diff plugins/gaim-remote/remote.c @ 11256:bb0d7b719af2

[gaim-migrate @ 13430] I give you regex filtering in the debug window. We keep a buffer of all the text, so when unpausing all the messages that were output when paused will be displayed, as well as when you change the filter. This _should_ be alright on systems that don't have regex.h but I haven't gotten anyone to test it recently, if it's busted, just #ifdef HAVE_REGEX_H it. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 13 Aug 2005 22:09:34 +0000
parents 50224ac8184d
children 17142948653e
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/plugins/gaim-remote/remote.c	Sat Aug 13 22:09:34 2005 +0000
@@ -770,9 +770,6 @@
 	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);
@@ -806,9 +803,6 @@
 
 	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;