comparison src/gtkdebug.c @ 10739:42dbc4ba1325

[gaim-migrate @ 12341] Please don't show smileys in the debug window. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Mar 2005 21:22:53 +0000
parents 0f7452b1f777
children 50224ac8184d
comparison
equal deleted inserted replaced
10738:55af3fa46329 10739:42dbc4ba1325
297 timestamps_pref_cb, button); 297 timestamps_pref_cb, button);
298 } 298 }
299 299
300 /* Add the gtkimhtml */ 300 /* Add the gtkimhtml */
301 frame = gaim_gtk_create_imhtml(FALSE, &win->text, NULL); 301 frame = gaim_gtk_create_imhtml(FALSE, &win->text, NULL);
302 gtk_imhtml_set_format_functions(GTK_IMHTML(win->text),
303 GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY ^ GTK_IMHTML_IMAGE);
302 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 304 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
303 gtk_widget_show(frame); 305 gtk_widget_show(frame);
304 306
305 gtk_widget_show_all(win->window); 307 gtk_widget_show_all(win->window);
306 308