Havoc Pennington <[EMAIL PROTECTED]> wrote on 09/05/2001 (09:31) :
> The container owns the only reference to the frame, so it gets
> finalized.
> 
> Try:
>  add (frame);
>  ref (frame);
>  remove (frame);
>  add (frame);
>  unref (frame);

Thanks that worked. 

-- 
Preben Randhol ---------------- http://www.pvv.org/~randhol/ --
iMy favorite editor is Emacs!<ESC>bcwVim<ESC>
                                         -- vim best-editor.txt

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to