2004-08-16 Tim Waugh <twaugh@redhat.com>
* src/gramps_main.py (__init__): Update display after initialization. This fixes a display problem when family view is the default. svn: r3409
This commit is contained in:
parent
a5068998c3
commit
97bb9eebd2
@ -1,4 +1,6 @@
|
|||||||
2004-08-16 Tim Waugh <twaugh@redhat.com>
|
2004-08-16 Tim Waugh <twaugh@redhat.com>
|
||||||
|
* src/gramps_main.py (__init__): Update display after initialization.
|
||||||
|
This fixes a display problem when family view is the default.
|
||||||
* src/RelLib.py: Fixed typo.
|
* src/RelLib.py: Fixed typo.
|
||||||
* gramps.spec.in, gramps-mdk.spec.in: Fixed.
|
* gramps.spec.in, gramps-mdk.spec.in: Fixed.
|
||||||
* src/data/gramps.desktop: Fixed.
|
* src/data/gramps.desktop: Fixed.
|
||||||
|
@ -178,6 +178,7 @@ class Gramps:
|
|||||||
TipOfDay.TipOfDay()
|
TipOfDay.TipOfDay()
|
||||||
|
|
||||||
self.db.set_researcher(GrampsCfg.get_researcher())
|
self.db.set_researcher(GrampsCfg.get_researcher())
|
||||||
|
self.update_display(0)
|
||||||
|
|
||||||
def date_format_key_update(self,client,cnxn_id,entry,data):
|
def date_format_key_update(self,client,cnxn_id,entry,data):
|
||||||
GrampsCfg.set_calendar_date_format()
|
GrampsCfg.set_calendar_date_format()
|
||||||
|
Loading…
Reference in New Issue
Block a user