comparison 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
comparison
equal deleted inserted replaced
10521:db44efdf6565 10522:e8b160971254
211 obj = gtk_widget_get_accessible(logo); 211 obj = gtk_widget_get_accessible(logo);
212 atk_object_set_description(obj, "Gaim " VERSION); 212 atk_object_set_description(obj, "Gaim " VERSION);
213 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); 213 gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
214 214
215 frame = gaim_gtk_create_imhtml(FALSE, &text, NULL); 215 frame = gaim_gtk_create_imhtml(FALSE, &text, NULL);
216 gtk_imhtml_set_format_functions(GTK_IMHTML(text), GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY);
216 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 217 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
217 218
218 str = g_string_sized_new(4096); 219 str = g_string_sized_new(4096);
219 220
220 g_string_append(str, 221 g_string_append(str,