comparison mcabber/mcabber/histolog.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 27c42ee4b6f0
comparison
equal deleted inserted replaced
1814:02cf472e19ba 1815:6abca6000762
521 // won't see them because load_log isn't set. 521 // won't see them because load_log isn't set.
522 if (!FileLoadLogs) { 522 if (!FileLoadLogs) {
523 scr_LogPrint(LPRINT_LOGNORM, "WARNING: unread message from <%s>.", 523 scr_LogPrint(LPRINT_LOGNORM, "WARNING: unread message from <%s>.",
524 bjid); 524 bjid);
525 scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE); 525 scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE);
526 scr_setattentionflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE,
527 ROSTER_UI_PRIO_STATUS_WIN_MESSAGE, prio_max);
526 } 528 }
527 // Add the JID to unread_jids. It will be used when the contact is 529 // Add the JID to unread_jids. It will be used when the contact is
528 // added to the roster. 530 // added to the roster.
529 unread_jid_add(bjid); 531 unread_jid_add(bjid);
530 } 532 }