* src/GrampsDb/_WriteGedcom.py (GedcomWriter.gui_setup): Add a

dialog about the researcher information.
	* src/gramps.py (run): Remove startup dialog.


svn: r7278
This commit is contained in:
Alex Roitman
2006-08-27 21:04:49 +00:00
parent 70e3c36ded
commit 912a73371f
3 changed files with 24 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2003 Donald N. Allingham
# Copyright (C) 2000-2006 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
#-------------------------------------------------------------------------
#
# Python modules
@ -168,12 +170,7 @@ def run():
pass
try:
import StartupDialog
if StartupDialog.need_to_run():
StartupDialog.StartupDialog(gramps_main.Gramps,args)
else:
gramps_main.Gramps(args)
gramps_main.Gramps(args)
except:
log.error("Gramps failed to start.", exc_info=True)