diff console/libgnt/gntmain.c @ 14216:e9dd2f76e61b

[gaim-migrate @ 16897] A couple more keybindings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 20 Aug 2006 07:11:09 +0000
parents 2925098c9b95
children 1d793e808e5b
line wrap: on
line diff
--- a/console/libgnt/gntmain.c	Sun Aug 20 02:24:15 2006 +0000
+++ b/console/libgnt/gntmain.c	Sun Aug 20 07:11:09 2006 +0000
@@ -681,7 +681,9 @@
 	
 	locale = setlocale(LC_ALL, "");
 
-	g_io_channel_unref(channel);
+#if 0
+	g_io_channel_unref(channel);  /* Apparently this causes crash for some people */
+#endif
 
 	if (locale && (strstr(locale, "UTF") || strstr(locale, "utf")))
 		ascii_only = FALSE;