summary refs log tree commit diff stats
path: root/src/common/servlist.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 13:49:28 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 13:49:28 +0200
commitbf27d4305288872507e1c6283df91783785c1b1e (patch)
treee114c37041661c90084d38a60a0a4ecc0be2fe6e /src/common/servlist.c
parent87e903cd739ae68aaadd086ebb2b831680e882cb (diff)
Variable cleanup for gui_*
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r--src/common/servlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 2c6ee181..5ca80ed0 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -986,7 +986,7 @@ servlist_load_defaults (void)
 			}
 			/* 0x8e1b96f7 = ChatJunkies, 0xa82686ae = FreeNode */
 			if (g_str_hash (def[i].network) == 0xa82686ae)
-				prefs.slist_select = j;
+				prefs.hex_gui_slist_select = j;
 			j++;
 		} else
 		{