pidgin/ljfisher-ssl-client-auth

replace 'expose_event' with 'draw'
cpw.qulogic.gtk3
2010-11-28, Marcus Lundblad
23c4942b78ec
Parents 058f5a09a522
Children 3db003e082a9
replace 'expose_event' with 'draw'
--- 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");