[gaim-migrate @ 12341]

Sat, 26 Mar 2005 21:22:53 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 26 Mar 2005 21:22:53 +0000
changeset 10739
9c7926312a4d
parent 10738
63ca8277c234
child 10740
a1cb6b819a21

[gaim-migrate @ 12341]
Please don't show smileys in the debug window.

src/gtkdebug.c file | annotate | diff | comparison | revisions
--- a/src/gtkdebug.c	Sat Mar 26 20:08:43 2005 +0000
+++ b/src/gtkdebug.c	Sat Mar 26 21:22:53 2005 +0000
@@ -299,6 +299,8 @@
 
 	/* Add the gtkimhtml */
 	frame = gaim_gtk_create_imhtml(FALSE, &win->text, NULL);
+	gtk_imhtml_set_format_functions(GTK_IMHTML(win->text),
+									GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY ^ GTK_IMHTML_IMAGE);
 	gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
 	gtk_widget_show(frame);
 

mercurial