* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user