# HG changeset patch # User Richard Laager # Date 1130019199 0 # Node ID 9537977703bb12c63605b4cf70bc089dc7864926 # Parent 01647b11ecd36bd3634c6f36a1dc6ec2e8745e55 [gaim-migrate @ 14014] SF Patch #1335123 from sadrul "Hi. This patch enable images in the `Get Info' dialog." Yeah, I'm pretty pumped about this being such an easy fix. committer: Tailor Script diff -r 01647b11ecd3 -r 9537977703bb src/gtknotify.c --- a/src/gtknotify.c Sat Oct 22 21:20:22 2005 +0000 +++ b/src/gtknotify.c Sat Oct 22 22:13:19 2005 +0000 @@ -400,6 +400,8 @@ /* Add the imhtml */ frame = gaim_gtk_create_imhtml(FALSE, &imhtml, NULL); gtk_widget_set_name(imhtml, "gaim_gtknotify_imhtml"); + gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), + gtk_imhtml_get_format_functions(GTK_IMHTML(imhtml)) | GTK_IMHTML_IMAGE); gtk_widget_set_size_request(imhtml, 300, 250); gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); gtk_widget_show(frame);