Merge authors: Ted Gould (ted) Related merge proposals: https://code.launchpad.net/~ted/indicator-messages/funky-fix/+merge/51000 proposed by: Ted Gould (ted) review: Approve - Kalle Valo (kvalo) ------------------------------------------------------------ revno: 210 [merge] committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Thu 2011-02-24 08:15:17 -0600 message: Set the type before the other variables modified: src/launcher-menu-item.c
-- lp:indicator-messages https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk Your team ayatana-commits is subscribed to branch lp:indicator-messages. To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk/+edit-subscription
=== 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:46:22 +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; }
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

