summaryrefslogtreecommitdiff
path: root/portato/gui/qt/windows.py
diff options
context:
space:
mode:
authornecoro <>2007-05-31 19:21:54 +0000
committernecoro <>2007-05-31 19:21:54 +0000
commitdb7e4fb5c77cff77617d28206722c9b7a72aaa04 (patch)
treefd3f041c8ebfa9c2e01d4335d349dc6eac50c5e0 /portato/gui/qt/windows.py
parentf523ff155c7d4ad9e2266147e10b88155b91db50 (diff)
downloadportato-db7e4fb5c77cff77617d28206722c9b7a72aaa04.tar.gz
portato-db7e4fb5c77cff77617d28206722c9b7a72aaa04.tar.bz2
portato-db7e4fb5c77cff77617d28206722c9b7a72aaa04.zip
little bug fix in cb_revert_clicked()
Diffstat (limited to '')
-rw-r--r--portato/gui/qt/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py
index 3eb3d31..bf7be49 100644
--- a/portato/gui/qt/windows.py
+++ b/portato/gui/qt/windows.py
@@ -425,7 +425,7 @@ class PackageDetails:
self.window.tabWidget.setCurrentIndex(self.window.QUEUE_PAGE)
return True
- def cb_revert_clicked (self, button):
+ def cb_revert_clicked (self):
"""Callback for pressed revert-button."""
self.actual_package().remove_new_use_flags()
self.actual_package().remove_new_masked()
r> 2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1 2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0 2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0 versions. And it wasn't used anyway. 2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1 2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0 2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13 2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1 2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13