2003-09-02 Tim Waugh <twaugh@redhat.com>

* src/gramps_main.py: Fixed start-up view when family view style
        is the default.


svn: r2082
This commit is contained in:
Tim Waugh 2003-09-02 21:22:11 +00:00
parent 967c6aba28
commit d5bee0d775
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-02 Tim Waugh <twaugh@redhat.com>
* src/gramps_main.py: Fixed start-up view when family view style
is the default.
2003-09-01 Don Allingham <dallingham@users.sourceforge.net>
* src/docgen/OpenOfficeDoc.py: Fix styles
* src/docgen/PSDrawDoc.py: Change from Text/DrawDoc to BaseDoc

View File

@ -469,7 +469,7 @@ class Gramps:
if GrampsCfg.defaultview == 0:
self.views.set_current_page(0)
else:
self.views.set_current_page(1)
self.views.set_current_page(2)
self.topWindow.show()