cpw.qulogic.gtk3: ddbf7fd6: change property expanded to is-expanded

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


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

Changelog: 

change property expanded to is-expanded

Changes against parent 30ecae4edecfe9ae92bd16ed44520eb1593ffd79

  patched  pidgin/gtkcellrendererexpander.c

-------------- next part --------------
============================================================
--- pidgin/gtkcellrendererexpander.c	422366c727d3bf981b62965b4b76ef672bdc1bc3
+++ pidgin/gtkcellrendererexpander.c	95c6c189331e7913fe597054b7de2dd1bff1f721
@@ -250,7 +250,7 @@ static void pidgin_cell_renderer_expande
   GtkAllocation allocation;
     
   gtk_cell_renderer_get_padding(cell, &xpad, &ypad);
-  g_object_get(G_OBJECT(cell), "expanded", &is_expanded, NULL);
+  g_object_get(G_OBJECT(cell), "is-expanded", &is_expanded, NULL);
     
 	if (!cellexpander->is_expander)
 		return;


More information about the Commits mailing list