--- a/plugins/gaim-remote/remote.c Sun Jun 26 01:14:51 2005 +0000 +++ b/plugins/gaim-remote/remote.c Tue Jun 28 06:13:07 2005 +0000 @@ -770,6 +770,9 @@ GIOChannel *channel; char *buf = NULL; + gaim_debug_register_category("cui"); + gaim_debug_register_category("gaim_remote_handle_uri"); + if ((UI_fd = open_socket(&buf)) < 0) { gaim_notify_error(NULL, NULL, _("Unable to open socket"), buf); g_free(buf); @@ -803,6 +806,9 @@ gaim_debug_misc("core", "Removed core\n"); + gaim_debug_unregister_category("cui"); + gaim_debug_unregister_category("gaim_remote_handle_uri"); + return TRUE; #else return FALSE;