← Back to team overview

ayatana-commits team mailing list archive

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

 

Ted Gould has proposed merging lp:~ted/indicator-messages/funky-fix into lp:indicator-messages.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)

For more details, see:
https://code.launchpad.net/~ted/indicator-messages/funky-fix/+merge/51000

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.
-- 
https://code.launchpad.net/~ted/indicator-messages/funky-fix/+merge/51000
Your team ayatana-commits is subscribed to branch lp:indicator-messages.
=== modified file 'src/launcher-menu-item.c'
--- src/launcher-menu-item.c	2010-08-26 19:31:18 +0000
+++ src/launcher-menu-item.c	2011-02-23 20:49:55 +0000
@@ -97,6 +97,8 @@
 	priv->ids = NULL;
 	priv->shortcuts = NULL;
 
+	dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_TYPE, APPLICATION_MENUITEM_TYPE);
+
 	return;
 }
 


Follow ups