Merge lp://staging/~andrea.corbellini/terminator/fix-392493 into lp://staging/terminator/trunk

Proposed by Andrea Corbellini
Status: Merged
Merged at revision: 756
Proposed branch: lp://staging/~andrea.corbellini/terminator/fix-392493
Merge into: lp://staging/terminator/trunk
Diff against target: None lines
To merge this branch: bzr merge lp://staging/~andrea.corbellini/terminator/fix-392493
Reviewer Review Type Date Requested Status
Chris Jones (community) Approve
Review via email: mp+7935@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris Jones (cmsj) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'terminatorlib/terminator.py'
2--- terminatorlib/terminator.py 2009-06-16 17:26:16 +0000
3+++ terminatorlib/terminator.py 2009-06-26 11:12:46 +0000
4@@ -39,7 +39,7 @@
5 "hide_window is not available."))
6 pass
7
8-class TerminatorWindowTitle():
9+class TerminatorWindowTitle:
10 _window = None
11 _appname = APP_NAME.capitalize()
12 text = None