mcabber/src/hooks.c
changeset 1010 54405d09b15a
parent 967 303408ef5e5d
child 1055 6eb1efea75d0
--- a/mcabber/src/hooks.c	Sun Nov 12 10:51:43 2006 +0100
+++ b/mcabber/src/hooks.c	Sun Nov 12 12:12:38 2006 +0100
@@ -148,13 +148,12 @@
     scr_Beep();
   }
 
-  // We need to rebuild the list if the sender is unknown or
+  // We need to update the roster if the sender is unknown or
   // if the sender is offline/invisible and hide_offline_buddies is set
   if (new_guy ||
       (buddy_getstatus(roster_usr->data, NULL) == offline &&
        buddylist_get_hide_offline_buddies()))
   {
-    buddylist_build();
     update_roster = TRUE;
   }