mcabber/src/commands.c
changeset 1038 f9e8fd9cb58b
parent 1037 f7ef8003fc35
child 1043 ebbde723614b
--- a/mcabber/src/commands.c	Sun Nov 19 11:51:14 2006 +0100
+++ b/mcabber/src/commands.c	Sun Nov 19 14:22:25 2006 +0100
@@ -525,6 +525,10 @@
   // Call display_and_free_note() for each note,
   // with winId = NULL (special window)
   g_slist_foreach(notes, (GFunc)&display_and_free_note, NULL);
+  if (notes) {
+    scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE);
+    update_roster = TRUE;
+  }
   g_slist_free(notes);
 }