In addition to my previous message about the missing yellow star in the
About menu, the "Gnome About" dialog itself is causing me some grief.

If I show the about box, then dismiss it, then show it again, my program
aborts immediately with a segfault. No traceback stack or anything. I've
tried handling the 'response' and 'close' signals (hiding the dialog &
returning gtk.TRUE), to no avail.

Also, in Glade, the dialog box shows "programname X.X" - however when I
bring up the about box from my program, nothing is shown in that space.

I am calling gnome.init during the initialization of my program:

-----------
#!/usr/bin/env python

import pygtk
pygtk.require('2.0')
import gnome.ui, gnome
gnome.init("dbbrowse", "1.0")
import gtk.gdk, gobject, sys,gtk.glade,string
...
--------

Is there something else I need to do?

cf
-- 
Colin Fox <[EMAIL PROTECTED]>
CF Consulting Inc.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
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