diff src/gtkdialogs.c @ 10522:e8b160971254

[gaim-migrate @ 11838] Don't show smileys in Help -> About, apparently some people put smileys in their compiler flags. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 18 Jan 2005 02:11:51 +0000
parents 4cc999cc6718
children 2e720df50861
line wrap: on
line diff
--- a/src/gtkdialogs.c	Mon Jan 17 02:52:16 2005 +0000
+++ b/src/gtkdialogs.c	Tue Jan 18 02:11:51 2005 +0000
@@ -213,6 +213,7 @@
 	gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
 
 	frame = gaim_gtk_create_imhtml(FALSE, &text, NULL);
+	gtk_imhtml_set_format_functions(GTK_IMHTML(text), GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY);
 	gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
 
 	str = g_string_sized_new(4096);