comparison src/prefs.c @ 4788:9e8ae330fb28

[gaim-migrate @ 5108] Sean mentioned this last night. This causes prefs to be saved when closing the debug window with the cute little x. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 15 Mar 2003 17:46:10 +0000
parents a1ea914506c9
children 677d3cb193a1
comparison
equal deleted inserted replaced
4787:5939d3d13ab3 4788:9e8ae330fb28
1855 if (misc_options & OPT_MISC_DEBUG) { 1855 if (misc_options & OPT_MISC_DEBUG) {
1856 misc_options ^= OPT_MISC_DEBUG; 1856 misc_options ^= OPT_MISC_DEBUG;
1857 } 1857 }
1858 g_free(dw); 1858 g_free(dw);
1859 dw = NULL; 1859 dw = NULL;
1860 save_prefs();
1860 return FALSE; 1861 return FALSE;
1861
1862 } 1862 }
1863 1863
1864 static void build_debug() 1864 static void build_debug()
1865 { 1865 {
1866 GtkWidget *sw; 1866 GtkWidget *sw;