Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py.

svn: r14074
This commit is contained in:
Brian Matherly
2010-01-14 04:58:30 +00:00
parent e2f9eec6e9
commit d9a0ab8a90
14 changed files with 511 additions and 740 deletions

View File

@ -58,7 +58,7 @@ import GrampsDisplay
import ManagedWindow
from TransUtils import sgettext as _
from glade import Glade
from gui.filtereditor import FilterEditor
#-------------------------------------------------------------------------
#
@ -163,9 +163,8 @@ class EventComparison(Tool.Tool,ManagedWindow.ManagedWindow):
return (_("Filter selection"),_("Event Comparison tool"))
def filter_editor_clicked(self, obj):
import FilterEditor
try:
FilterEditor.FilterEditor('Person',const.CUSTOM_FILTERS,
FilterEditor('Person',const.CUSTOM_FILTERS,
self.dbstate,self.uistate)
except Errors.WindowActiveError:
pass