changeset 32630:ec344b81eed3

replace 'expose_event' with 'draw'
author Marcus Lundblad <ml@update.uu.se>
date Sun, 28 Nov 2010 20:48:38 +0000
parents ab33826dc179
children 067902f81438
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Nov 28 20:36:20 2010 +0000
+++ b/pidgin/gtkblist.c	Sun Nov 28 20:48:38 2010 +0000
@@ -6120,7 +6120,7 @@
 			 G_CALLBACK(headline_style_set),
 			 NULL);
 	g_signal_connect (gtkblist->headline_hbox,
-			  "expose_event",
+			  "draw",
 			  G_CALLBACK (paint_headline_hbox),
 			  NULL);
 	gtk_widget_set_name(gtkblist->headline_hbox, "gtk-tooltips");