diff console/gntgaim.c @ 13966:80cbf6c2d562

[gaim-migrate @ 16522] Enable the commands (prefixed with /) in conversations. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 19 Jul 2006 23:52:01 +0000
parents 4ed8330435eb
children b7a99d54a5a9
line wrap: on
line diff
--- a/console/gntgaim.c	Wed Jul 19 20:14:58 2006 +0000
+++ b/console/gntgaim.c	Wed Jul 19 23:52:01 2006 +0000
@@ -299,8 +299,9 @@
 
 	/* Initialize and run the UI */
 	init_gnt_ui();
-
+#ifdef STANDALONE
 	gaim_core_quit();
+#endif
 
 	return 0;
 }