changeset 5215:49f0de976037

[gaim-migrate @ 5585] Coupla 00pzies committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 07:45:30 +0000
parents 7ea282e1f615
children 00bd3019749e
files src/gtkdebug.c src/server.c
diffstat 2 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkdebug.c	Sat Apr 26 07:17:10 2003 +0000
+++ b/src/gtkdebug.c	Sat Apr 26 07:45:30 2003 +0000
@@ -78,18 +78,6 @@
 								   GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
 
 	win->entry = gtk_imhtml_new(NULL, NULL);
-	gaim_setup_imhtml(win->entry);
-
-#if 0
-	win->entry = gtk_text_view_new();
-	gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(win->entry), FALSE);
-	gtk_text_view_set_editable(GTK_TEXT_VIEW(win->entry), FALSE);
-	gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(win->entry), GTK_WRAP_WORD_CHAR);
-
-	buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(win->entry));
-	gtk_text_buffer_get_end_iter(buffer, &end);
-	gtk_text_buffer_create_mark(buffer, "end", &end, FALSE);
-#endif
 
 	gtk_container_add(GTK_CONTAINER(sw), win->entry);
 	gtk_container_add(GTK_CONTAINER(win->window), sw);
--- a/src/server.c	Sat Apr 26 07:17:10 2003 +0000
+++ b/src/server.c	Sat Apr 26 07:45:30 2003 +0000
@@ -756,7 +756,7 @@
 	 */
 
 	if (flags & IM_FLAG_GAIMUSER)
-		gaim_debug(GAIM_DEBUG_MISC, "%s is a gaim user.\n", who);
+		gaim_debug(GAIM_DEBUG_MISC, "server", "%s is a gaim user.\n", who);
 
 	/*
 	 * We should update the conversation window buttons and menu,