diff src/gaimrc.c @ 4393:bca8256a91a6

[gaim-migrate @ 4659] win32 fix for buddy win resize bug committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 22 Jan 2003 17:21:30 +0000
parents af485b4bb8c1
children cb629f3efee6
line wrap: on
line diff
--- a/src/gaimrc.c	Wed Jan 22 15:49:16 2003 +0000
+++ b/src/gaimrc.c	Wed Jan 22 17:21:30 2003 +0000
@@ -1364,10 +1364,8 @@
 {
 	FILE *f;
 	char buf[BUF_LONG];
-#ifndef _WIN32
-	/* g_print breaks buddy win resizing */
+
 	debug_printf("enter save_prefs\n");  
-#endif
 	if (is_loading_prefs) {
 		request_save_prefs = 1;
 		debug_printf("currently loading, will request save\n");
@@ -1407,10 +1405,7 @@
 		load_prefs();
 		request_load_prefs = 0;
 	}
-#ifndef _WIN32
-	/* g_print breaks buddy win resizing */
 	debug_printf("exit save_prefs\n");
-#endif
 }