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