pidgin/ljfisher-ssl-client-auth

avoid illegal gobject cast here
cpw.qulogic.gtk3
2010-11-28, Marcus Lundblad
d192c2933e1d
Parents 3db003e082a9
Children b3e3ffc64d91
avoid illegal gobject cast here
--- a/pidgin/gtkcellrendererexpander.c Sun Nov 28 20:54:02 2010 +0000
+++ b/pidgin/gtkcellrendererexpander.c Sun Nov 28 21:00:42 2010 +0000
@@ -258,7 +258,7 @@
width = cell_area->width;
height = cell_area->height;
- if (!gtk_widget_get_sensitive(GTK_WIDGET(cell)))
+ if (!gtk_widget_get_sensitive(widget))
state = GTK_STATE_INSENSITIVE;
else if (flags & GTK_CELL_RENDERER_PRELIT)
state = GTK_STATE_PRELIGHT;