Merge lp:~ted/indicator-messages/funky-fix into lp:indicator-messages/0.5

Proposed by Ted Gould
Status: Merged
Approved by: Kalle Valo
Approved revision: 210
Merged at revision: 210
Proposed branch: lp:~ted/indicator-messages/funky-fix
Merge into: lp:indicator-messages/0.5
Diff against target: 11 lines (+2/-0)
1 file modified
src/launcher-menu-item.c (+2/-0)
To merge this branch: bzr merge lp:~ted/indicator-messages/funky-fix
Reviewer Review Type Date Requested Status
Kalle Valo (community) Approve
Review via email: mp+51000@code.launchpad.net

Description of the change

Sets the type early as the new defaults handling in Dbusmenu will start to ignore the values if it doesn't know how to handle them.

To post a comment you must log in.
Revision history for this message
Kalle Valo (kvalo) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/launcher-menu-item.c'
2--- src/launcher-menu-item.c 2010-08-26 19:31:18 +0000
3+++ src/launcher-menu-item.c 2011-02-23 20:50:44 +0000
4@@ -97,6 +97,8 @@
5 priv->ids = NULL;
6 priv->shortcuts = NULL;
7
8+ dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_TYPE, APPLICATION_MENUITEM_TYPE);
9+
10 return;
11 }
12

Subscribers

People subscribed via source and target branches

to all changes: