2006-05-14 Don Allingham <don@gramps-project.org>

* src/DateHandler/__init__.py: import DateParser and DateDisplay
	* src/DataViews/_PersonView.py: default gender filter to "any"
	* configure.in: bump up to 2.1.2



svn: r6659
This commit is contained in:
Don Allingham
2006-05-14 23:01:00 +00:00
parent 6a47beca03
commit c41dafef73
6 changed files with 18 additions and 5 deletions

View File

@@ -237,6 +237,7 @@ class PersonView(PageView.PersonNavView):
self.filter_gender = gtk.combo_box_new_text()
for i in [ _('any'), _('male'), _('female'), _('unknown') ]:
self.filter_gender.append_text(i)
self.filter_gender.set_active(0)
self.filter_regex = gtk.CheckButton(_('Use regular expressions'))