* src/gramps.glade: removal of more OptionMenus in favor

of ComboBoxes
* src/GrampsCfg.py: use new ComboBoxes
* src/DateHandler.py: fix set_format vs. formats bug


svn: r3882
This commit is contained in:
Don Allingham
2005-01-08 03:49:43 +00:00
parent 7ce6260675
commit d9291bb183
5 changed files with 54 additions and 63 deletions

View File

@ -78,7 +78,7 @@ def get_date_formats():
def set_format(val):
try:
_lang_to_display[_lang].formats = val
_lang_to_display[_lang].set_format(val)
except:
pass