Merge lp:~cyphermox/gnome-system-tools/lp-697974 into lp:~ubuntu-desktop/gnome-system-tools/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 59
Proposed branch: lp:~cyphermox/gnome-system-tools/lp-697974
Merge into: lp:~ubuntu-desktop/gnome-system-tools/ubuntu
Diff against target: 43 lines (+23/-0)
3 files modified
debian/changelog (+8/-0)
debian/patches/95_timezone_point_selection.patch (+14/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/gnome-system-tools/lp-697974
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+46225@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-01-06 10:07:17 +0000
+++ debian/changelog 2011-01-14 04:21:15 +0000
@@ -1,3 +1,11 @@
1gnome-system-tools (2.32.0-0ubuntu4) UNRELEASED; urgency=low
2
3 * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone
4 while running on compiz: compute the point we're at when the map gets
5 clicked. (LP: #697974)
6
7 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 14 Jan 2011 03:16:03 +0000
8
1gnome-system-tools (2.32.0-0ubuntu3) natty; urgency=low9gnome-system-tools (2.32.0-0ubuntu3) natty; urgency=low
210
3 * Replace "cracklib2-dev" with "libcrack2-dev" in Build-Depends. 11 * Replace "cracklib2-dev" with "libcrack2-dev" in Build-Depends.
412
=== added file 'debian/patches/95_timezone_point_selection.patch'
--- debian/patches/95_timezone_point_selection.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/95_timezone_point_selection.patch 2011-01-14 04:21:15 +0000
@@ -0,0 +1,14 @@
1Index: gnome-system-tools-2.32.0/src/time/tz-map.c
2===================================================================
3--- gnome-system-tools-2.32.0.orig/src/time/tz-map.c 2010-05-24 17:09:57.000000000 +0000
4+++ gnome-system-tools-2.32.0/src/time/tz-map.c 2011-01-14 03:05:26.038764104 +0000
5@@ -416,7 +416,8 @@
6 e_map_point_set_color_rgba (tzmap->map,
7 tzmap->point_selected,
8 TZ_MAP_POINT_NORMAL_RGBA);
9- tzmap->point_selected = tzmap->point_hover;
10+ tzmap->point_selected =
11+ e_map_get_closest_point (tzmap->map, longitude, latitude, FALSE);
12
13 location_combo = gst_dialog_get_widget (tzmap->tool->main_dialog, "location_combo");
14 tz_location = e_tz_map_location_from_point (tzmap, tzmap->point_selected);
015
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-01-05 18:36:59 +0000
+++ debian/patches/series 2011-01-14 04:21:15 +0000
@@ -9,3 +9,4 @@
982_gst-packages-time-admin.patch982_gst-packages-time-admin.patch
1091_shares_services_detection.patch1091_shares_services_detection.patch
1192_fix_add_needed_linking.patch1192_fix_add_needed_linking.patch
1295_timezone_point_selection.patch

Subscribers

People subscribed via source and target branches