summaryrefslogtreecommitdiff
path: root/portato/gui/windows/update.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-05 14:37:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-05 14:37:19 +0200
commit5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f (patch)
tree502a757c8271576beaa49968a444c69522051fa0 /portato/gui/windows/update.py
parent82a7ed53f40fa4e7dd6f716b5150b2f1374ae93b (diff)
downloadportato-5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f.tar.gz
portato-5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f.tar.bz2
portato-5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f.zip
First quick hack to have a world list
Diffstat (limited to '')
-rw-r--r--portato/gui/windows/update.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/portato/gui/windows/update.py b/portato/gui/windows/update.py
index 8e32dd9..d77d257 100644
--- a/portato/gui/windows/update.py
+++ b/portato/gui/windows/update.py
@@ -115,3 +115,10 @@ class UpdateWindow (AbstractDialog):
store = self.view.get_model()
store[path][0] = not store[path][0]
return True
+
+class WorldListWindow (UpdateWindow):
+ __file__ = __window__ = "UpdateWindow"
+
+ def __init__ (self, *args, **kwargs):
+ UpdateWindow.__init__(self, *args, **kwargs)
+ self.window.set_title(_("World Packages"))