* src/Bookmarks.py: remove debugging statements
* src/DisplayState.py: remove extra rebuild request * src/Plugins.py: start support of Report menu * src/ViewManager.py: tie in report support svn: r5634
This commit is contained in:
@@ -103,7 +103,6 @@ class Bookmarks :
|
||||
self.action_group.add_actions(actions)
|
||||
self.uimanager.insert_action_group(self.action_group,1)
|
||||
self.active = self.uimanager.add_ui_from_string(f.getvalue())
|
||||
print f.getvalue()
|
||||
f.close()
|
||||
|
||||
def add(self,person_handle):
|
||||
|
Reference in New Issue
Block a user