diff src/main.c @ 9609:93211b7538d6

[gaim-migrate @ 10452] " To write this cleanly I had to add a handle, init, and uninit functions to gtkaccount.c Also, made doc/gtkaccount-signals.dox as well as update plugins/ChangeLog.API Added plugins/gtk-signals-test.c since we're starting to get some more ui signals, and it's a great place to test new signals." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:49:22 +0000
parents 03be9d653123
children 4d05b6e9e9cd
line wrap: on
line diff
--- a/src/main.c	Wed Jul 28 00:29:52 2004 +0000
+++ b/src/main.c	Wed Jul 28 00:49:22 2004 +0000
@@ -463,6 +463,7 @@
 
 	gaim_gtk_stock_init();
 	gaim_gtk_prefs_init();
+	gaim_gtk_account_init();
 	gaim_gtk_blist_init();
 	gaim_gtk_conversations_init();
 	gaim_gtk_pounces_init();