diff src/core.c @ 11281:920a37a4c1be

[gaim-migrate @ 13478] Patch from Sadrul Habib Chowdhury, with a bit of hacking from me, to add file transfer signals committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 16 Aug 2005 20:44:27 +0000
parents bb0d7b719af2
children e1ab173ef3b5
line wrap: on
line diff
--- a/src/core.c	Tue Aug 16 19:15:28 2005 +0000
+++ b/src/core.c	Tue Aug 16 20:44:27 2005 +0000
@@ -28,6 +28,7 @@
 #include "conversation.h"
 #include "core.h"
 #include "debug.h"
+#include "ft.h"
 #include "network.h"
 #include "plugin.h"
 #include "pounce.h"
@@ -120,6 +121,7 @@
 	gaim_proxy_init();
 	gaim_sound_init();
 	gaim_ssl_init();
+	gaim_xfers_init();
 
 	if (ops != NULL && ops->ui_init != NULL)
 		ops->ui_init();
@@ -154,6 +156,7 @@
 	gaim_status_uninit();
 	gaim_prefs_uninit();
 	gaim_sound_uninit();
+	gaim_xfers_uninit();
 
 	gaim_debug_info("main", "Unloading all plugins\n");
 	gaim_plugins_destroy_all();