diff pidgin/gtkdialogs.c @ 32585:8f06c0244bd8

COMPILEmtn status./bin/stock/bin/pidgin -d Compile now, fix later.
author masca@cpw.pidgin.im
date Sun, 07 Aug 2011 02:41:48 +0000
parents e1cc8d07fe07
children 472e70ea58ed
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sat Aug 06 03:45:56 2011 +0000
+++ b/pidgin/gtkdialogs.c	Sun Aug 07 02:41:48 2011 +0000
@@ -450,10 +450,12 @@
 	gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
 
 	frame = pidgin_create_imhtml(FALSE, &imhtml, NULL, NULL);
+	/* FIXME: Compile now and fix it later when we have a proper replacement for this function
 	gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), GTK_IMHTML_ALL ^ GTK_IMHTML_SMILEY);
+	*/
 	gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
 
-	gtk_imhtml_append_text(GTK_IMHTML(imhtml), string->str, GTK_IMHTML_NO_SCROLL);
+	gtk_webview_append_html(GTK_WEBVIEW(imhtml), string->str);
 	gtk_text_buffer_get_start_iter(gtk_text_view_get_buffer(GTK_TEXT_VIEW(imhtml)), &iter);
 	gtk_text_buffer_place_cursor(gtk_text_view_get_buffer(GTK_TEXT_VIEW(imhtml)), &iter);