--- 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; }