> > self.client = gnome.ui.Client() > > self.client.connect() # connect to session > Note that this call shouldn't work if Client() inherits from GObject. Client does inherit from gtk.Object. Why wouldn't the derived method override and shadow the base class method?
> Could you please open a Bugzilla report for this on bugzilla.gnome.org? Done. Stephen. -- Stephen Kennedy <[EMAIL PROTECTED]> http://meld.sf.net visual diff and merge _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
