Rob Brown-Bayliss ha scritto:
> Hi
>
> Using GTK builder to create the GUI on pygtk 2.1.7 the
> widget.get_name() returns the type of widget rather then the name set
> in glade.
> eg, I have a gtk entry called user_name:
>
>   
>>>> entry.get_name()
>>>>         
> 'GtkEntry'
>
> Is this a bug, or is it the expected output.  In 2.1.6 it returns the
> expected result:
>   
>>>> entry.get_name()
>>>>         
> 'user_name'
>
>
> Rob
> _______________________________________________
> pygtk mailing list   [email protected]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>   
hi
i already filled  a bug in bugzilla some weeks ago:

https://bugzilla.gnome.org/show_bug.cgi?id=607492

it is a critical bug because lucid has 2.17 now .

regards
Francesco


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to