Hi, How can I close a GConfClient from python? I've created one with
client = gconf.client_get_default() and it seems to work ok, but when I quit, I get ** (GAppConf.py:25651): WARNING **: CORBA_ORB_destroy: ORB still has 2 refs. ** (GAppConf.py:25651): WARNING **: ORB: a total of 7 refs to 6 ORB objects were leaked I checked inside the source code of a C app which uses gconf (freecell actually) and it has a: g_object_unref (G_OBJECT (freecell_gconf_client)); before it closes. I think this is the call I want to use, but I cannot find it anywhere from python (I've done a whole lot of >>>import gconf >>>dir (gconf) type stuff from a python terminal, but still cannot find it, with gnome, gconf, and other such modules. Thanks, Daniel _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
