diff -r 0ccb73d4e584 -r d72792eb7575 console/gntui.c --- a/console/gntui.c Sun Oct 29 01:32:04 2006 +0000 +++ b/console/gntui.c Sun Oct 29 03:43:15 2006 +0000 @@ -36,7 +36,7 @@ #include -void init_gnt_ui() +void gnt_ui_init() { #ifdef STANDALONE gnt_init(); @@ -77,9 +77,10 @@ #ifdef STANDALONE gg_plugins_save_loaded(); +} - gnt_main(); - +void gnt_ui_uninit() +{ gaim_accounts_set_ui_ops(NULL); gg_accounts_uninit();