Get rid of gui_tweaks 64

This commit is contained in:
Berke Viktor
2012-10-22 06:02:15 +02:00
parent e361efcf94
commit 0e88d01caf
4 changed files with 11 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ fe_userlist_insert (session *sess, struct User *newuser, int row, int sel)
do_away = FALSE;
nick = newuser->nick;
if (prefs.gui_tweaks & 64)
if (!prefs.gui_ulist_icons)
{
nick = malloc (strlen (newuser->nick) + 2);
nick[0] = newuser->prefix[0];
@@ -378,8 +378,10 @@ fe_userlist_insert (session *sess, struct User *newuser, int row, int sel)
: (NULL),
-1);
if (prefs.gui_tweaks & 64)
if (!prefs.gui_ulist_icons)
{
free (nick);
}
/* is it me? */
if (newuser->me && sess->gui->nick_box)