merge python2.4 fix. Closes LP#392493

This commit is contained in:
Chris Jones 2009-06-29 23:45:15 +01:00
commit 9860348a8b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ except:
"hide_window is not available.")) "hide_window is not available."))
pass pass
class TerminatorWindowTitle(): class TerminatorWindowTitle:
_window = None _window = None
_appname = APP_NAME.capitalize() _appname = APP_NAME.capitalize()
text = None text = None