For private messages, use message icon instead of hightlight icon
This commit is contained in:
parent
8ef97f24e0
commit
0cf80ecb32
|
@ -332,10 +332,10 @@ fe_tray_set_icon (feicon icon)
|
||||||
case FE_ICON_NORMAL:
|
case FE_ICON_NORMAL:
|
||||||
break;
|
break;
|
||||||
case FE_ICON_MESSAGE:
|
case FE_ICON_MESSAGE:
|
||||||
|
case FE_ICON_PRIVMSG:
|
||||||
tray_set_flash (ICON_MSG);
|
tray_set_flash (ICON_MSG);
|
||||||
break;
|
break;
|
||||||
case FE_ICON_HIGHLIGHT:
|
case FE_ICON_HIGHLIGHT:
|
||||||
case FE_ICON_PRIVMSG:
|
|
||||||
tray_set_flash (ICON_HILIGHT);
|
tray_set_flash (ICON_HILIGHT);
|
||||||
break;
|
break;
|
||||||
case FE_ICON_FILEOFFER:
|
case FE_ICON_FILEOFFER:
|
||||||
|
@ -627,7 +627,7 @@ tray_priv (char *from, char *text)
|
||||||
if (alert_match_word (from, prefs.irc_no_hilight))
|
if (alert_match_word (from, prefs.irc_no_hilight))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
tray_set_flash (ICON_HILIGHT);
|
tray_set_flash (ICON_MSG);
|
||||||
|
|
||||||
network = xchat_get_info (ph, "network");
|
network = xchat_get_info (ph, "network");
|
||||||
if (!network)
|
if (!network)
|
||||||
|
|
Loading…
Reference in New Issue