This commit is contained in:
TingPing 2013-03-13 00:36:07 -03:00
parent 6bd9656416
commit 44b381680f
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ fe_userlist_insert (session *sess, struct User *newuser, int row, int sel)
char *nick;
int nick_color = NULL;
if (prefs.hex_away_track && prefs.hex_away_size_max && user->away)
if (prefs.hex_away_track && prefs.hex_away_size_max && newuser->away)
nick_color = COL_AWAY;
else if (prefs.hex_gui_ulist_color)
nick_color = text_color_of(newuser->nick);