1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

Removed nick color in nicklist when away and away check for nicks is disabled (= 0)

This commit is contained in:
Sebastien Helleu
2005-09-04 13:20:56 +00:00
parent 06463e5937
commit 517de7ab94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1045,7 +1045,7 @@ gui_draw_buffer_nick (t_gui_buffer *buffer, int erase)
x++;
}
gui_window_set_color (ptr_win->win_nick,
(ptr_nick->is_away) ?
((cfg_irc_away_check > 0) && (ptr_nick->is_away)) ?
COLOR_WIN_NICK_AWAY : COLOR_WIN_NICK);
mvwprintw (ptr_win->win_nick, y, x, format, ptr_nick->nick);
+1 -1
View File
@@ -1045,7 +1045,7 @@ gui_draw_buffer_nick (t_gui_buffer *buffer, int erase)
x++;
}
gui_window_set_color (ptr_win->win_nick,
(ptr_nick->is_away) ?
((cfg_irc_away_check > 0) && (ptr_nick->is_away)) ?
COLOR_WIN_NICK_AWAY : COLOR_WIN_NICK);
mvwprintw (ptr_win->win_nick, y, x, format, ptr_nick->nick);