diff options
author | necoro <> | 2007-04-13 16:27:56 +0000 |
---|---|---|
committer | necoro <> | 2007-04-13 16:27:56 +0000 |
commit | 19f9e0b5234693cf7e27a24c94f2136cd90be8c7 (patch) | |
tree | 990cc025c0485483c7e0158d8b166bc1b568de1f /portato/gui/qt/tree.py | |
parent | 2d76b0ba7f6d0040c42e53df87f1ffbcbbe2cba1 (diff) | |
download | portato-19f9e0b5234693cf7e27a24c94f2136cd90be8c7.tar.gz portato-19f9e0b5234693cf7e27a24c94f2136cd90be8c7.tar.bz2 portato-19f9e0b5234693cf7e27a24c94f2136cd90be8c7.zip |
Improved masking display and made most of the Qt-Frontend work
Diffstat (limited to 'portato/gui/qt/tree.py')
-rw-r--r-- | portato/gui/qt/tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/tree.py b/portato/gui/qt/tree.py index 3e64f09..fd616b6 100644 --- a/portato/gui/qt/tree.py +++ b/portato/gui/qt/tree.py @@ -33,7 +33,7 @@ class QtTree (Tree): if update: string += "(updating" if version is not None: - string += "from version %s" % version + string += " from version %s" % version string += ")" return [cpv, string] |