diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-09-15 11:45:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-09-15 11:45:16 +0100 |
commit | e3f87d670b32727cc91d0b3654e6da72b469010a (patch) | |
tree | 6b7d64235222728495e6c4a8d4c24a56054efabf /src/frontend/gui/sisyphus-gui.py | |
parent | b2db44be90a67db8005fb73024db59e22060bef6 (diff) |
regenerate portage metadata whenever we're changing the branches, rename some functionsv3.1909.2
Diffstat (limited to 'src/frontend/gui/sisyphus-gui.py')
-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 bc985e1..af98396 100644 --- a/src/frontend/gui/sisyphus-gui.py +++ b/src/frontend/gui/sisyphus-gui.py @@ -382,7 +382,7 @@ class MainWorker(QtCore.QObject): @QtCore.pyqtSlot() def startUpdate(self): self.started.emit() - checkSync() + checkUpdate() setJobs.__wrapped__() #undecorate startUpdate.__wrapped__() #undecorate self.finished.emit() |