http://bugs.meego.com/show_bug.cgi?id=1372

--- Comment #1 from jku <[email protected]> 2010-05-11 03:24:35 PDT ---
Finally found what this is about:

> Prior to 2.20, GtkBuilder was setting the "name" property of constructed 
> widgets 
> to the "id" attribute. In GTK+ 2.20 or newer, you have to use 
> gtk_buildable_get_name() instead of gtk_widget_get_name() to obtain the "id", 
> or 
> set the "name" property in your UI definition. 

This makes sense for GtkBuilder developers, no doubt: widget names aren't
unique but glade ids are. From application developer perspective the change is
pure crack however: Glade does not support this yet (not the one in squeeze
anyway) and there is no way to notice this until you see the theme problems...
I'm sure there will be load of apps breaking because of it.


I'll try to think of a non-invasive work-around.

-- 
Configure bugmail: http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
_______________________________________________
Syncevolution-issues mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution-issues

Reply via email to