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
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-01-06 10:07:17 +0000
3+++ debian/changelog 2011-01-14 04:21:15 +0000
4@@ -1,3 +1,11 @@
5+gnome-system-tools (2.32.0-0ubuntu4) UNRELEASED; urgency=low
6+
7+ * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone
8+ while running on compiz: compute the point we're at when the map gets
9+ clicked. (LP: #697974)
10+
11+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 14 Jan 2011 03:16:03 +0000
12+
13 gnome-system-tools (2.32.0-0ubuntu3) natty; urgency=low
14
15 * Replace "cracklib2-dev" with "libcrack2-dev" in Build-Depends.
16
17=== added file 'debian/patches/95_timezone_point_selection.patch'
18--- debian/patches/95_timezone_point_selection.patch 1970-01-01 00:00:00 +0000
19+++ debian/patches/95_timezone_point_selection.patch 2011-01-14 04:21:15 +0000
20@@ -0,0 +1,14 @@
21+Index: gnome-system-tools-2.32.0/src/time/tz-map.c
22+===================================================================
23+--- gnome-system-tools-2.32.0.orig/src/time/tz-map.c 2010-05-24 17:09:57.000000000 +0000
24++++ gnome-system-tools-2.32.0/src/time/tz-map.c 2011-01-14 03:05:26.038764104 +0000
25+@@ -416,7 +416,8 @@
26+ e_map_point_set_color_rgba (tzmap->map,
27+ tzmap->point_selected,
28+ TZ_MAP_POINT_NORMAL_RGBA);
29+- tzmap->point_selected = tzmap->point_hover;
30++ tzmap->point_selected =
31++ e_map_get_closest_point (tzmap->map, longitude, latitude, FALSE);
32+
33+ location_combo = gst_dialog_get_widget (tzmap->tool->main_dialog, "location_combo");
34+ tz_location = e_tz_map_location_from_point (tzmap, tzmap->point_selected);
35
36=== modified file 'debian/patches/series'
37--- debian/patches/series 2011-01-05 18:36:59 +0000
38+++ debian/patches/series 2011-01-14 04:21:15 +0000
39@@ -9,3 +9,4 @@
40 82_gst-packages-time-admin.patch
41 91_shares_services_detection.patch
42 92_fix_add_needed_linking.patch
43+95_timezone_point_selection.patch

Subscribers

People subscribed via source and target branches