cpw.qulogic.gtk3: 30ecae4e: replace 'expose_event' with 'draw'

malu at pidgin.im malu at pidgin.im
Sun Nov 28 16:50:43 EST 2010


----------------------------------------------------------------------
Revision: 30ecae4edecfe9ae92bd16ed44520eb1593ffd79
Parent:   a6ce17c94a4b50c82e23eaf9ecf778d33758a017
Author:   malu at pidgin.im
Date:     11/28/10 15:48:38
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/30ecae4edecfe9ae92bd16ed44520eb1593ffd79

Changelog: 

replace 'expose_event' with 'draw'

Changes against parent a6ce17c94a4b50c82e23eaf9ecf778d33758a017

  patched  pidgin/gtkblist.c

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	8e3687510361bb263c7b71852867cd8cf9d105ff
+++ pidgin/gtkblist.c	e369530595d54c8c7e914c03a1a92128235d4c68
@@ -6120,7 +6120,7 @@ static void pidgin_blist_show(PurpleBudd
 			 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");


More information about the Commits mailing list