comparison mcabber/src/jabglue.c @ 713:b5aa7b7afee8

Update status lines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Mar 2006 18:55:54 +0100
parents 934fddc99592
children 9cf31c9b1dc4
comparison
equal deleted inserted replaced
712:e1639629c87b 713:b5aa7b7afee8
380 if (*msg) 380 if (*msg)
381 mystatusmsg = g_strdup(msg); 381 mystatusmsg = g_strdup(msg);
382 else 382 else
383 mystatusmsg = NULL; 383 mystatusmsg = NULL;
384 } 384 }
385
386 // Update status line
387 scr_UpdateMainStatus();
385 } 388 }
386 389
387 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,
388 const char *subject) 391 const char *subject)
389 { 392 {