Mercurial > pidgin
changeset 11723:9537977703bb
[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 <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 22 Oct 2005 22:13:19 +0000 |
parents | 01647b11ecd3 |
children | a8ec0a291d14 |
files | src/gtknotify.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);