diff mcabber/src/jabglue.c @ 724:264375fe7159

Fix a roster refresh issue Calling scr_UpdateChatStatus() after clearing the roster window was causing an unneeded screen update.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Mar 2006 16:54:01 +0100
parents 9cf31c9b1dc4
children ab623c2df964
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Sun Mar 05 11:00:24 2006 +0100
+++ b/mcabber/src/jabglue.c	Sun Mar 05 16:54:01 2006 +0100
@@ -384,7 +384,7 @@
   }
 
   // Update status line
-  scr_UpdateMainStatus();
+  scr_UpdateMainStatus(TRUE);
 }
 
 void jb_send_msg(const char *jid, const char *text, int type,