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:
parent
b3298e8d35
commit
0d463a5ea2
@ -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
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user