diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-30 16:05:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-30 16:05:18 +0000 |
commit | 15031a716ba272bc02eb21b0d4993bd86c920606 (patch) | |
tree | fa1bf11163d22343e144060ada607141584bec8c /src/frontend/gui | |
parent | 100226c624cdf8b3b1210c124b0b1ee6a3b3d816 (diff) |
merge installpkg && installsrc
Diffstat (limited to 'src/frontend/gui')
-rw-r--r-- | src/frontend/gui/sisyphus-gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py index 67a8d97..3d07b34 100644 --- a/src/frontend/gui/sisyphus-gui.py +++ b/src/frontend/gui/sisyphus-gui.py @@ -398,7 +398,7 @@ class MainWorker(QtCore.QObject): def startInstall(self): self.started.emit() pkgname = Sisyphus.pkgname - sisyphus.installpkg.startx(pkgname) + sisyphus.install.startx(pkgname) self.finished.emit() @QtCore.pyqtSlot() |