From e3f87d670b32727cc91d0b3654e6da72b469010a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Sep 2019 11:45:16 +0100 Subject: regenerate portage metadata whenever we're changing the branches, rename some functions --- src/frontend/gui/sisyphus-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/gui/sisyphus-gui.py') 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() -- cgit v1.2.3