Replace g.mainloop() and g.mainquit() with g.main() and g.main_quit() as
commit01298037be5dd4b862b382d7134642c1aeb0ff52
authorStephen Watson <stephen@kerofin.demon.co.uk>
Thu, 7 Oct 2004 17:24:56 +0000 (7 17:24 +0000)
committerStephen Watson <stephen@kerofin.demon.co.uk>
Thu, 7 Oct 2004 17:24:56 +0000 (7 17:24 +0000)
tree020e4f9fad8385eeda2ae2850cb7f5ca8643e87b
parent540f99bbfbbf1b33aa6786cdb90189fd1125b318
Replace g.mainloop() and g.mainquit() with g.main() and g.main_quit() as
recommended since pygtk 2.0.0 to avoid warnings with pygtk 2.4.0

git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3684 66de3db3-b00d-0410-b41b-f4738ad19bea
Help/Changes
python/rox/__init__.py
python/rox/debug.py
python/rox/processes.py