comparison src/gaimrc.c @ 4381:af485b4bb8c1

[gaim-migrate @ 4647] win32 fix for buddy win resize bug committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 22 Jan 2003 00:35:29 +0000
parents 0c68d402f59f
children bca8256a91a6
comparison
equal deleted inserted replaced
4380:fe465b7d9440 4381:af485b4bb8c1
1362 1362
1363 void save_prefs() 1363 void save_prefs()
1364 { 1364 {
1365 FILE *f; 1365 FILE *f;
1366 char buf[BUF_LONG]; 1366 char buf[BUF_LONG];
1367 debug_printf("enter save_prefs\n"); 1367 #ifndef _WIN32
1368 /* g_print breaks buddy win resizing */
1369 debug_printf("enter save_prefs\n");
1370 #endif
1368 if (is_loading_prefs) { 1371 if (is_loading_prefs) {
1369 request_save_prefs = 1; 1372 request_save_prefs = 1;
1370 debug_printf("currently loading, will request save\n"); 1373 debug_printf("currently loading, will request save\n");
1371 return; 1374 return;
1372 } 1375 }
1402 if (request_load_prefs) { 1405 if (request_load_prefs) {
1403 debug_printf("loading prefs on request\n"); 1406 debug_printf("loading prefs on request\n");
1404 load_prefs(); 1407 load_prefs();
1405 request_load_prefs = 0; 1408 request_load_prefs = 0;
1406 } 1409 }
1410 #ifndef _WIN32
1411 /* g_print breaks buddy win resizing */
1407 debug_printf("exit save_prefs\n"); 1412 debug_printf("exit save_prefs\n");
1413 #endif
1408 } 1414 }
1409 1415
1410 1416
1411 1417
1412 /* This function is called by g_slist_insert_sorted to compare the item 1418 /* This function is called by g_slist_insert_sorted to compare the item