dialog fixes, replace fork with spawn

svn: r6226
This commit is contained in:
Don Allingham
2006-03-29 22:51:27 +00:00
parent 9d13b0783d
commit 071ae0ac9a
10 changed files with 152 additions and 520 deletions

View File

@ -47,10 +47,12 @@ except ImportError:
import gtk.gdk
import gtk
import gtk.glade
import gobject
# setup import path
gobject.threads_init()
sys.path.append(os.path.abspath(os.path.basename(__file__)))
#-------------------------------------------------------------------------