diff src/main.c @ 5440:7e8524b5ff98

[gaim-migrate @ 5822] Here's the core of the new prefs system. Nothing actually uses this yet, but that will come in time. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 18 May 2003 21:53:41 +0000
parents ad445074d239
children f19620d8694f
line wrap: on
line diff
--- a/src/main.c	Sun May 18 21:18:52 2003 +0000
+++ b/src/main.c	Sun May 18 21:53:41 2003 +0000
@@ -50,6 +50,7 @@
 #include "sound.h"
 #include "gaim.h"
 #include "gaim-socket.h"
+#include "prefs.h"
 #include "notify.h"
 #include "gtkblist.h"
 #include "gtkdebug.h"
@@ -896,6 +897,8 @@
 	wgaim_init();
 #endif
 
+	gaim_prefs_init();
+	gaim_prefs_load();
 	load_prefs();
 	core_main();
 	load_pounces();