From 7603d76b136c8e48e8f921b5e90d92ae0e47e908 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@redcorelinux.org>
Date: Mon, 10 Jul 2017 18:03:43 +0100
Subject: backend: improvements && make less noise; gui frontend: fix
 remove-orphans call

---
 src/frontend/gui/sisyphus-gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py
index 7fa14f7..35df849 100755
--- a/src/frontend/gui/sisyphus-gui.py
+++ b/src/frontend/gui/sisyphus-gui.py
@@ -34,7 +34,7 @@ class Sisyphus(QtWidgets.QMainWindow):
         subprocess.Popen(['xterm', '-e', 'sisyphus', 'auto-uninstall'] + pkgname.split())
 
     def remove_orphans(self):
-        subprocess.Popen(['xterm', '-e', 'sisyphus', 'remove-orphans'])
+        subprocess.Popen(['xterm', '-e', 'sisyphus', 'auto-remove-orphans'])
 
     def upgrade_system(self):
         subprocess.Popen(['xterm', '-e', 'sisyphus', 'auto-upgrade'])
-- 
cgit v1.2.3