2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/FilterEditor/_EditFilter.py: self.space --> self.namespace
	* src/FilterEditor/_FilterEditor.py: self.space --> self.namespace
	* src/FilterEditor/_EditRule.py: self.space --> self.namespace
	* src/FilterEditor/_ShowResults.py: self.space --> self.namespace
	* src/plugins/ExportVCalendar.py: pylint fixes
	* src/PluginUtils/_Tool.py: pylint fixes
	* src/Filters/_FilterParser.py: cleanup
	* src/Filters/_GenericFilter.py: doc fix
	* src/Filters/Rules/Person/_Everyone.py
	* src/ManagedWindow.py: doc fix

svn: r9963
This commit is contained in:
Raphael Ackermann
2008-01-30 09:03:20 +00:00
parent 6dbc6c3348
commit fc1554acaa
11 changed files with 159 additions and 152 deletions

View File

@@ -362,7 +362,7 @@ class ManagedWindow:
self.parent_window = self.uistate.window
def set_window(self, window, title, text, msg=None, isWindow=False):
'''
"""
Set the window that is managed.
@param window if isWindow=False window must be a gtk.Window() object, otherwise None
@@ -376,7 +376,7 @@ class ManagedWindow:
and after this method self.window stores it.
}
'''
"""
self.isWindow = isWindow
if self.isWindow :
set_titles(self, title, text, msg)