aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-23 16:08:26 -0500
committerTed Gould <ted@canonical.com>2009-09-23 16:08:26 -0500
commit486fb1626aa75acc5e79c32052683cfad894aa6e (patch)
tree919673f9d971ae6c6e38c8b430fc43b0b56f1e10
parent939acf57c9beb71476827ff6f7302e63953f28f9 (diff)
parent4a804cf6f217547cf67ce432404f5809bc2357a3 (diff)
downloadayatana-indicator-messages-486fb1626aa75acc5e79c32052683cfad894aa6e.tar.gz
ayatana-indicator-messages-486fb1626aa75acc5e79c32052683cfad894aa6e.tar.bz2
ayatana-indicator-messages-486fb1626aa75acc5e79c32052683cfad894aa6e.zip
Small bug with the blacklist not resorting.
-rw-r--r--debian/changelog6
-rw-r--r--src/messages-service.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ac1d92..2b400d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.2.3-0ubuntu1~ppa3~minwidth2) UNRELEASED; urgency=low
+
+ * Small bug with the blacklist not resorting.
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 23 Sep 2009 16:08:07 -0500
+
indicator-messages (0.2.3-0ubuntu1~ppa3~minwidth2) karmic; urgency=low
* Too big
diff --git a/src/messages-service.c b/src/messages-service.c
index 1272355..65c9af7 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -350,6 +350,7 @@ blacklist_remove (gpointer data)
}
check_hidden();
+ resort_menu(root_menuitem);
return FALSE;
}