diff src/session.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 059d95c67cda
children 9083f92e0d58
line wrap: on
line diff
--- a/src/session.c	Thu Jul 17 06:55:29 2003 +0000
+++ b/src/session.c	Thu Jul 17 10:35:43 2003 +0000
@@ -26,9 +26,6 @@
 
 #include "debug.h"
 
-/* XXX */
-extern void do_quit();
-
 extern char *opt_rcfile_arg;
 
 #ifdef USE_SM
@@ -199,7 +196,7 @@
 void session_die(SmcConn conn, SmPointer data) {
 	gaim_debug(GAIM_DEBUG_INFO, "Session Management",
 			   "Received die\n");
-	do_quit();
+	gaim_core_quit();
 }
 
 void session_save_complete(SmcConn conn, SmPointer data) {