aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-29 16:08:30 -0500
committerTed Gould <ted@canonical.com>2009-09-29 16:08:30 -0500
commit3385671da9f8288fb4ecd47829764ee8e13b7011 (patch)
tree6219633efde581b56561556f197843be4bb60658
parenta1af845c49338a4a1b78502693d2ee4824330ae9 (diff)
parent74a0e3211895e681b1c3c40c102083b41f5521dd (diff)
downloadayatana-indicator-messages-3385671da9f8288fb4ecd47829764ee8e13b7011.tar.gz
ayatana-indicator-messages-3385671da9f8288fb4ecd47829764ee8e13b7011.tar.bz2
ayatana-indicator-messages-3385671da9f8288fb4ecd47829764ee8e13b7011.zip
Fix for the diappearing menu.
-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;