[Glade-users] GtkWarning: No object called:

Tristan Van Berkom tristan.van.berkom at gmail.com
Sun Sep 13 17:20:04 EDT 2009


On Sun, Sep 13, 2009 at 11:48 AM, Micah Carrick <email at micahcarrick.com> wrote:
> When I load my glade file with gtk.Builder.add_from_file() I'm getting
> this GTK error from GtkBuilder:
>
> [Glade-users] GtkWarning: No object called:
>

Best guess, this warning comes from an object reference
with a null/empty string, which really shouldnt happen through
Glade (Id be interested to know if you could make Glade
do this in a reproducible way).

Usually you can only set an object property through the
dialog offered in Glade, and an object name can never
be a null string (is it possible that Glade let you accidentally
name one of your objects with whitespace ?, that would/should
be a bug in Glade).

Cheers,
       -Tristan


More information about the Glade-users mailing list