comparison src/buddy.c @ 4064:b188b93ebf48

[gaim-migrate @ 4274] (23:01:14) LSchiere: okay, this patch fixes at least some of the problems saving sound, away, and font preferences. it makes spin buttons and entry widgets save prefs on loss of focus or dialog close instead of on change. (23:01:17) LSchiere: anything else it does? (23:01:44) faceprint: it makes nothing save unless you hit close. however, everything saves when you hit close. (23:02:06) LSchiere: they still apply before close? (23:02:09) faceprint: it should right most of the wrongs of prefs (23:02:25) faceprint: they apply before close, but aren't written to disk every time you check or uncheck a checkbox or something (23:02:27) Paco-Paco: it looks OK committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 12 Dec 2002 04:03:53 +0000
parents 3bc436a24548
children 3ccbdf8e7f8d
comparison
equal deleted inserted replaced
4063:f8090a166e57 4064:b188b93ebf48
1422 #endif 1422 #endif
1423 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); 1423 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON);
1424 #ifdef USE_PERL 1424 #ifdef USE_PERL
1425 perl_end(); 1425 perl_end();
1426 #endif 1426 #endif
1427
1428 save_prefs();
1427 1429
1428 gtk_main_quit(); 1430 gtk_main_quit();
1429 } 1431 }
1430 1432
1431 void add_buddy_callback(GtkWidget *widget, void *dummy) 1433 void add_buddy_callback(GtkWidget *widget, void *dummy)