Mercurial > pidgin
diff src/conversation.c @ 2936:dd71bb88bc58
[gaim-migrate @ 2949]
Let's try this for a little while and see what we think.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 24 Jan 2002 21:43:09 +0000 |
parents | 4df759d607f3 |
children | 261895f72f8a |
line wrap: on
line diff
--- a/src/conversation.c Thu Jan 24 20:39:15 2002 +0000 +++ b/src/conversation.c Thu Jan 24 21:43:09 2002 +0000 @@ -3112,11 +3112,11 @@ c->icon_timer = gtk_timeout_add(delay * 10, redraw_icon, c); } - gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 0); + gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 100); gdk_pixbuf_unref(scale); frame = gtk_frame_new(NULL); - gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_IN); + gtk_frame_set_shadow_type(GTK_FRAME(frame), bm ? GTK_SHADOW_NONE : GTK_SHADOW_IN); gtk_box_pack_start(GTK_BOX(c->bbox), frame, FALSE, FALSE, 5); gtk_widget_show(frame);