Merge lp:~ted/indicator-application/sensitive-522151 into lp:indicator-application/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ted/indicator-application/sensitive-522151
Merge into: lp:indicator-application/0.4
Diff against target: 13 lines (+4/-0)
1 file modified
src/libappindicator/app-indicator.c (+4/-0)
To merge this branch: bzr merge lp:~ted/indicator-application/sensitive-522151
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+19876@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

Patch from japeterson

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/libappindicator/app-indicator.c'
2--- src/libappindicator/app-indicator.c 2010-02-19 15:21:19 +0000
3+++ src/libappindicator/app-indicator.c 2010-02-22 16:25:23 +0000
4@@ -1245,6 +1245,10 @@
5 }
6 }
7
8+ dbusmenu_menuitem_property_set_bool (child,
9+ DBUSMENU_MENUITEM_PROP_ENABLED,
10+ GTK_WIDGET_IS_SENSITIVE (widget));
11+
12 g_signal_connect (widget, "notify",
13 G_CALLBACK (widget_notify_cb), child);
14

Subscribers

People subscribed via source and target branches