summaryrefslogtreecommitdiff
path: root/portato/gui/windows/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/windows/update.py')
-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"))
9288099c4fcf595ff5ef14b3abe85ef5f1890&follow=1'>i3: better renameRené 'Necoro' Neumann2-3/+17 2013-06-07i3: Some keybinding changes.René 'Necoro' Neumann1-5/+6 2013-06-07i3: Overhaul workspaces.pyRené 'Necoro' Neumann1-27/+19 2013-06-06i3: use $mod+t for tabbed instead of $mod+wRené 'Necoro' Neumann1-1/+1 2013-06-06i3: unify scripts into oneRené 'Necoro' Neumann6-49/+1771 2013-06-06i3: new temporary workspaceRené Neumann2-1/+27 2013-06-06Allow 'klass' in i3.py descriptionsRené Neumann1-0/+4 2013-06-04i3: rename workspaceRené Neumann1-0/+3 2013-06-03Some more greek chars / math product and sumRené 'Necoro' Neumann1-0/+6 2013-06-02Fix rules in i3-config. Somehow 'set' expands variables twice :-/René Neumann1-14/+11 2013-06-01Overhaul xlock.shRené 'Necoro' Neumann1-4/+8 2013-06-01Better workspace chooserRené 'Necoro' Neumann3-2/+581 2013-06-01FF/TB/Pidgin stuffRené 'Necoro' Neumann1-26/+45 2013-06-01More i3René 'Necoro' Neumann1-2/+11 2013-06-01FixesRené 'Necoro' Neumann2-2/+2