* src/plugins/Calendar.py: Added relationships (feature #1086)

* src/PluginUtils/_MenuOptions.py: added get_center_person to filter option

2007-12-15  Douglas S. Blank  <dblank@cs.brynmawr.edu>


svn: r9510
This commit is contained in:
Doug Blank
2007-12-15 17:09:44 +00:00
parent 95c3645f13
commit 8712649b7d
3 changed files with 36 additions and 5 deletions

View File

@@ -475,6 +475,9 @@ class FilterListOption(Option):
self.dialog.person = new_person
self.update_gui_obj()
def get_center_person(self):
return self.dialog.person
def update_gui_obj(self):
# update the gui object with new filter info
from ReportBase import ReportUtils