GNOME Bugzilla – Bug 607221
Widget names not set when using GtkBuilder
Last modified: 2010-01-17 19:07:19 UTC
Created attachment 151594 [details] C testcase. Compile using gcc testcase.c -Wall -o testcase `pkg-config --cflags --libs gtk+-2.0` When loading a XML UI file using GtkBuilder, the 'name' property of widgets isn't set. On the other hand, the 'name' property of 'GtkAction' objects is properly set. A test case written in both Python and C is attached. The problem can only be encountered on an up-to-date Ubuntu Lucid machine (libgtk2.0-0 version 2.19.3-1). Everything works fine using Ubuntu Karmic. This bug has been reported in Launchpad.net.
Created attachment 151595 [details] UI file
Created attachment 151596 [details] Python version of the testcase
Seems to be a duplicate of bug #591085 *** This bug has been marked as a duplicate of bug 591085 ***