* src/DbPrompter.py: support for new GTK 2.4 file chooser

svn: r3090
This commit is contained in:
Don Allingham
2004-04-19 03:15:05 +00:00
parent 54e1dd71fa
commit 0417838641
23 changed files with 1842 additions and 1593 deletions

View File

@ -94,4 +94,7 @@ except:
import DisplayTrace
DisplayTrace.DisplayTrace()
gtk.mainloop()
if gtk.pygtk_version[0] == 2 and gtk.pygtk_version[1] >= 3:
gtk.main()
else:
gtk.mainloop()