aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-04-05 16:37:12 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-04-05 16:37:12 +0200
commitf6c8b38729069405066ed632702990c30eec8c3c (patch)
treecf3336b0dfe82f557d16cff120c2bab44caa08d9
parent5779b63a5dd049d00a4fd500acecb27b169b6d82 (diff)
downloadayatana-indicator-messages-f6c8b38729069405066ed632702990c30eec8c3c.tar.gz
ayatana-indicator-messages-f6c8b38729069405066ed632702990c30eec8c3c.tar.bz2
ayatana-indicator-messages-f6c8b38729069405066ed632702990c30eec8c3c.zip
messages-service.c: add missing resort_menu
This might fix lp:856284, but I couldn't verify because I can't reproduce the bug.
-rw-r--r--src/messages-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index 98e84c7..8e85da2 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -1102,6 +1102,7 @@ indicator_added (IndicateListener * listener, IndicateListenerServer * server, I
} else {
g_warning("Unable to find server menu item");
dbusmenu_menuitem_child_append(menushell, DBUSMENU_MENUITEM(menuitem));
+ resort_menu (root_menuitem);
}
return;