Mercurial > pidgin
diff plugins/gaim-remote/remote.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 | 73f8f5c0e348 |
children | 8f94cce8faa5 |
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c Thu Jul 17 06:55:29 2003 +0000 +++ b/plugins/gaim-remote/remote.c Thu Jul 17 10:35:43 2003 +0000 @@ -31,6 +31,7 @@ #include <getopt.h> #include "conversation.h" +#include "core.h" #include "debug.h" #include "prpl.h" @@ -311,7 +312,7 @@ g_source_remove(ui->inpa); g_free(ui); } - do_quit(); + gaim_core_quit(); break; case CUI_META_DETACH: uis = g_slist_remove(uis, ui);