changeset 18649:8f36a83bc1cf

Redraw infopane after setting icons. I'm not sure why I need to do this. I'll look into it later. Fixes #1892
author Sean Egan <seanegan@gmail.com>
date Fri, 27 Jul 2007 00:33:21 +0000
parents 667c209521db
children ddb7212a8794
files pidgin/gtkconv.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Fri Jul 27 00:05:40 2007 +0000
+++ b/pidgin/gtkconv.c	Fri Jul 27 00:33:21 2007 +0000
@@ -2365,6 +2365,8 @@
 			&(gtkconv->infopane_iter),
 			CONV_EMBLEM_COLUMN, emblem, -1);
 
+	/* XXX seanegan Why do I have to do this? */
+	gtk_widget_queue_draw(gtkconv->infopane);
 
 	if (status != NULL)
 		g_object_unref(status);