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
967c6aba28
commit
d5bee0d775
@ -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>
|
2003-09-01 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/docgen/OpenOfficeDoc.py: Fix styles
|
* src/docgen/OpenOfficeDoc.py: Fix styles
|
||||||
* src/docgen/PSDrawDoc.py: Change from Text/DrawDoc to BaseDoc
|
* src/docgen/PSDrawDoc.py: Change from Text/DrawDoc to BaseDoc
|
||||||
|
@ -469,7 +469,7 @@ class Gramps:
|
|||||||
if GrampsCfg.defaultview == 0:
|
if GrampsCfg.defaultview == 0:
|
||||||
self.views.set_current_page(0)
|
self.views.set_current_page(0)
|
||||||
else:
|
else:
|
||||||
self.views.set_current_page(1)
|
self.views.set_current_page(2)
|
||||||
|
|
||||||
self.topWindow.show()
|
self.topWindow.show()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user