summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 16:14:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 16:14:23 +0200
commite6e252e5400432fb071294e2c23ca99fbcf2d7f4 (patch)
treefbf6422600974f303d827ed5dfe92623c7794734 /src/common
parent107938971cd96b5cfdb6b26e2ce81f2d8a6bc224 (diff)
Fix default network
Diffstat (limited to 'src/common')
-rw-r--r--src/common/servlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 5e693770..201652da 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -984,8 +984,8 @@ servlist_load_defaults (void)
 				free (net->encoding);
 				net->encoding = strdup (def[i].charset);
 			}
-			/* 0x8e1b96f7 = ChatJunkies, 0xa82686ae = FreeNode */
-			if (g_str_hash (def[i].network) == 0xa82686ae)
+			/* 0x8e1b96f7 = ChatJunkies, 0xa45aae6e = freenode */
+			if (g_str_hash (def[i].network) == 0xa45aae6e)
 				prefs.hex_gui_slist_select = j;
 			j++;
 		} else