summaryrefslogtreecommitdiff
path: root/src/frontend/gui/sisyphus-gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/gui/sisyphus-gui.py')
-rwxr-xr-xsrc/frontend/gui/sisyphus-gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py
index d27a171..691c072 100755
--- a/src/frontend/gui/sisyphus-gui.py
+++ b/src/frontend/gui/sisyphus-gui.py
@@ -27,8 +27,7 @@ class Sisyphus(QtWidgets.QMainWindow):
('All', ''),
('Available', 'AND iv IS NULL'),
('Installed', 'AND iv IS NOT NULL'),
- ('Upgradable', 'AND iv < av'),
- ('Downgradable', 'AND iv > av')
+ ('Upgradable', 'AND iv <> av')
])
Sisyphus.SEARCHFILTER = self.SEARCHFILTERS['All']