* src/gramps.glade: rearranged filter apply

* src/gramps.py: update to gtk.main()
* src/gramps_main.py: goto active person after model built


svn: r3116
This commit is contained in:
Don Allingham
2004-05-01 14:08:36 +00:00
parent 5ed94ff9ee
commit 3783102bcc
4 changed files with 28 additions and 29 deletions

View File

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