aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--src/messages-service.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 738f1bc..a174b2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.2.4-0ubuntu2~ppa2~disappearingmenu1) UNRELEASED; urgency=low
+
+ * Fix for the diappearing menu.
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 29 Sep 2009 16:08:08 -0500
+
indicator-messages (0.2.4-0ubuntu2~ppa1) karmic; urgency=low
* Putting icons in the right places
diff --git a/src/messages-service.c b/src/messages-service.c
index 65c9af7..754d7ee 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -1156,6 +1156,8 @@ build_launcher (gpointer data)
launcher_menu_item_set_eclipsed(ll->menuitem, TRUE);
dbusmenu_menuitem_property_set(ll->separator, DBUSMENU_MENUITEM_PROP_VISIBLE, "false");
}
+
+ check_hidden();
} else {
/* If so add ourselves */
launcherList_t * ll = (launcherList_t *)listitem->data;