comparison mcabber/mcabber/modules.c @ 1815:6abca6000762

Make use of ROSTER_UI_PRIO_STATUS_WIN_MESSAGE
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 22:16:28 +0100
parents e6d355e50d7a
children 0628dcecaddf
comparison
equal deleted inserted replaced
1814:02cf472e19ba 1815:6abca6000762
392 392
393 if (info->description) 393 if (info->description)
394 scr_LogPrint(LPRINT_NORMAL, "Description: %s", info->description); 394 scr_LogPrint(LPRINT_NORMAL, "Description: %s", info->description);
395 } 395 }
396 scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE); 396 scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE);
397 scr_setattentionflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE,
398 ROSTER_UI_PRIO_STATUS_WIN_MESSAGE, prio_max);
397 update_roster = TRUE; 399 update_roster = TRUE;
398 } 400 }
399 401
400 // modules_init() 402 // modules_init()
401 // Initializes module system. 403 // Initializes module system.