diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 13:49:28 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 13:49:28 +0200 |
commit | bf27d4305288872507e1c6283df91783785c1b1e (patch) | |
tree | e114c37041661c90084d38a60a0a4ecc0be2fe6e /src/common/servlist.c | |
parent | 87e903cd739ae68aaadd086ebb2b831680e882cb (diff) |
Variable cleanup for gui_*
Diffstat (limited to 'src/common/servlist.c')
-rw-r--r-- | src/common/servlist.c | 2 |
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 { |