From 5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 5 Oct 2009 14:37:19 +0200 Subject: First quick hack to have a world list --- portato/gui/windows/update.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'portato/gui/windows/update.py') 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")) -- cgit v1.2.3