diff src/main.c @ 5866:d6b5cab288bb

[gaim-migrate @ 6297] Pounces are now imported and saved to disk. However, they are not yet loaded. I'll get to that tomorrow (later today? awwww!) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 11:55:15 +0000
parents 022786c7ab53
children 059d95c67cda
line wrap: on
line diff
--- a/src/main.c	Sat Jun 14 11:18:08 2003 +0000
+++ b/src/main.c	Sat Jun 14 11:55:15 2003 +0000
@@ -839,6 +839,7 @@
 	gaim_plugins_load_saved();
 
 	gaim_accounts_load();
+	gaim_pounces_load();
 
 #ifdef _WIN32
 	/* Various win32 initializations */