diff options
author | Ted Gould <ted@canonical.com> | 2009-09-23 16:05:02 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-23 16:05:02 -0500 |
commit | 4a804cf6f217547cf67ce432404f5809bc2357a3 (patch) | |
tree | 320e26fbdf9858581ffa104b74a9a61f9acfb643 /src | |
parent | 3d2040f341e56d9de99fa9a2dd35c1fa4821eafc (diff) | |
download | ayatana-indicator-messages-4a804cf6f217547cf67ce432404f5809bc2357a3.tar.gz ayatana-indicator-messages-4a804cf6f217547cf67ce432404f5809bc2357a3.tar.bz2 ayatana-indicator-messages-4a804cf6f217547cf67ce432404f5809bc2357a3.zip |
Adding in a resort after editing the blacklist
Diffstat (limited to 'src')
-rw-r--r-- | src/messages-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |