# HG changeset patch # User Marcus Lundblad # Date 1290977318 0 # Node ID ec344b81eed3233dbc6ec27264ff289254efd43a # Parent ab33826dc1798aa3c017c6474771823997b9429a replace 'expose_event' with 'draw' diff -r ab33826dc179 -r ec344b81eed3 pidgin/gtkblist.c --- 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");