Merge lp:~rodrigo-moya/ubuntu/natty/gnome-control-center/fix-740729 into lp:~ubuntu-desktop/gnome-control-center/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 216
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/gnome-control-center/fix-740729
Merge into: lp:~ubuntu-desktop/gnome-control-center/ubuntu
Diff against target: 44 lines (+21/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/06_use_icon_description_in_indicator.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/gnome-control-center/fix-740729
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+57185@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-04-05 13:55:56 +0000
3+++ debian/changelog 2011-04-11 15:28:32 +0000
4@@ -1,3 +1,10 @@
5+gnome-control-center (1:2.32.1-0ubuntu14) UNRELEASED; urgency=low
6+
7+ * debian/patches/06_use_icon_description_in_indicator.patch:
8+ - Add patch to set a description (for A11Y) on indicators (LP: #740729)
9+
10+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Mon, 11 Apr 2011 16:59:07 +0200
11+
12 gnome-control-center (1:2.32.1-0ubuntu13) natty; urgency=low
13
14 * remove 112_banshee_in_media_dropdown.patch now that banshee executable
15
16=== added file 'debian/patches/06_use_icon_description_in_indicator.patch'
17--- debian/patches/06_use_icon_description_in_indicator.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/06_use_icon_description_in_indicator.patch 2011-04-11 15:28:32 +0000
19@@ -0,0 +1,13 @@
20+diff --git a/typing-break/drwright.c b/typing-break/drwright.c
21+index 5e8674d..c7fc026 100644
22+--- a/typing-break/drwright.c
23++++ b/typing-break/drwright.c
24+@@ -521,6 +521,8 @@ update_status (DrWright *dr)
25+ #ifdef HAVE_APP_INDICATOR
26+ item = gtk_ui_manager_get_widget (dr->ui_manager, "/Pop/TakeABreak");
27+ gtk_menu_item_set_label (GTK_MENU_ITEM (item), str);
28++ app_indicator_set_attention_icon_full (dr->indicator, TYPING_MONITOR_ATTENTION_ICON, str);
29++ app_indicator_set_icon_full (dr->indicator, TYPING_MONITOR_ACTIVE_ICON, str);
30+ #else
31+ gtk_status_icon_set_tooltip_text (dr->icon, str);
32+ #endif /* HAVE_APP_INDICATOR */
33
34=== modified file 'debian/patches/series'
35--- debian/patches/series 2011-04-05 13:55:43 +0000
36+++ debian/patches/series 2011-04-11 15:28:32 +0000
37@@ -3,6 +3,7 @@
38 01_remove_debian_default_applications.patch
39 03_use_libunique.patch
40 04_keyboard_layout_gconf_names.patch
41+06_use_icon_description_in_indicator.patch
42 100_at_properties_readd_gksudo_disable_grab_toggle.patch
43 113_at_properties_add_visual_bell.patch
44 16_preferred_applications_list_cleanup.patch

Subscribers

People subscribed via source and target branches