2003-07-24 Tim Waugh <twaugh@redhat.com>

* src/plugins/FilterEditor.py: Fix 'edit' to do so in place.


svn: r1926
This commit is contained in:
Tim Waugh 2003-07-24 14:42:15 +00:00
parent 0dfedfb334
commit ab8f082d42
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2003-07-24 Tim Waugh <twaugh@redhat.com>
* src/plugins/FilterEditor.py: Fix 'edit' to do so in place.
2003-07-23 Tim Waugh <twaugh@redhat.com>
* src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New
options for excluding sources and notes for living people.

View File

@ -102,7 +102,7 @@ class FilterEditor:
store,iter = self.clist.get_selected()
if iter:
filter = self.clist.get_object(iter)
self.filter_editor(GenericFilter.GenericFilter(filter))
self.filter_editor(filter)
def test_clicked(self,obj):
store,iter = self.clist.get_selected()