Evgeny Chukreev wrote:

>Hello!
>
>Look at the pygtk-demo.py @ appication main window.
>Menubar widget is absent.
>  
>
That looks like it is caused by the reference counting fixes done in 
that release -- the item factory is no longer leaked, which meant that 
it got destroyed when going out of scope.  When the item factory dies, 
it kills all items it owns.

James.

-- 
Email: [EMAIL PROTECTED]              | Linux.conf.au   http://linux.conf.au/
WWW:   http://www.daa.com.au/~james/ | Jan 22-25   Perth, Western Australia. 




_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to