--- a/console/gntgaim.c Mon Aug 21 21:35:38 2006 +0000 +++ b/console/gntgaim.c Mon Aug 21 22:08:19 2006 +0000 @@ -153,7 +153,6 @@ " -v, --version display the current version and exit\n"), VERSION, name); } - gnt_quit(); gaim_print_utf8_to_console(stdout, text); g_free(text); } @@ -305,8 +304,6 @@ /* XXX: Don't puke */ freopen(".error", "w", stderr); - gnt_init(); - /* Initialize the libgaim stuff */ if (!init_libgaim(argc, argv)) return 0;