Get rid of gui_tweaks 16 & 1

This commit is contained in:
Berke Viktor
2012-10-22 07:24:52 +02:00
parent 2cbae7f6a5
commit 02dd0ba560
5 changed files with 26 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ fe_userlist_numbers (session *sess)
gtk_label_set_text (GTK_LABEL (sess->gui->namelistinfo), NULL);
}
if (sess->type == SESS_CHANNEL && prefs.gui_tweaks & 1)
if (sess->type == SESS_CHANNEL && prefs.gui_win_ucount)
fe_set_title (sess);
}
}