summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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