diff src/main.c @ 5642:1693a3027dc8

[gaim-migrate @ 6056] Moved the add prefs for the GTK debug window back into gtkprefs.c. This was causing a wonderful problem of debug prefs getting overwritten, so this is unfortunately a special case. Aww, my prefs init :( committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 21:18:48 +0000
parents 73c9dc20e41a
children 132a30783c3d
line wrap: on
line diff
--- a/src/main.c	Sun Jun 01 20:27:35 2003 +0000
+++ b/src/main.c	Sun Jun 01 21:18:48 2003 +0000
@@ -887,13 +887,13 @@
 	gaim_prefs_init();
 	gaim_gtk_prefs_init();
 
-	gaim_gtk_debug_init();
-
 	if (!gaim_prefs_load()) {
 		load_prefs();
 		gaim_prefs_sync();
 	}
 
+	gaim_gtk_debug_init();
+
 	plugin_search_paths[0] = LIBDIR;
 	plugin_search_paths[1] = gaim_user_dir();
 	plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir());