diff plugins/docklet/docklet.c @ 6179:16e384bb7fbf

[gaim-migrate @ 6664] Core/UI split the core initialization and shutdown. I think I got all the bugs worked out. It's looking nice and stable here, but if it causes CVS to go to hell for everyone.. er, try to fix it or let me know :) I don't have this in patch form. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 17 Jul 2003 10:35:43 +0000
parents 1894de5f7fbd
children 3e3ee3cba192
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Thu Jul 17 06:55:29 2003 +0000
+++ b/plugins/docklet/docklet.c	Thu Jul 17 10:35:43 2003 +0000
@@ -30,6 +30,7 @@
 /* includes */
 #include "internal.h"
 
+#include "core.h"
 #include "debug.h"
 #include "prefs.h"
 #include "sound.h"
@@ -180,7 +181,7 @@
 			break;
 	}
 
-	gaim_new_item_from_stock(menu, _("Quit"), GTK_STOCK_QUIT, G_CALLBACK(do_quit), NULL, 0, 0, 0);
+	gaim_new_item_from_stock(menu, _("Quit"), GTK_STOCK_QUIT, G_CALLBACK(gaim_core_quit), NULL, 0, 0, 0);
 
 	gtk_widget_show_all(menu);
 	gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time());