comparison 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
comparison
equal deleted inserted replaced
723:23068490d063 724:264375fe7159
382 else 382 else
383 mystatusmsg = NULL; 383 mystatusmsg = NULL;
384 } 384 }
385 385
386 // Update status line 386 // Update status line
387 scr_UpdateMainStatus(); 387 scr_UpdateMainStatus(TRUE);
388 } 388 }
389 389
390 void jb_send_msg(const char *jid, const char *text, int type, 390 void jb_send_msg(const char *jid, const char *text, int type,
391 const char *subject) 391 const char *subject)
392 { 392 {