diff options
author | bionel <ionel.busuioc@gmail.com> | 2017-09-20 19:45:16 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2017-09-20 19:45:16 +0300 |
commit | a209787a0dd00a517675d704f9dbc06260fa7549 (patch) | |
tree | 7a9715d05ff8309d6d79c837f46354f790a48670 /src | |
parent | bd302b9c31dafd5bab1b09cc13212dd5ccc3e374 (diff) |
trigger refresh also after upgrade
Diffstat (limited to 'src')
-rwxr-xr-x | src/frontend/gui/sisyphus-gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py index 2b4aa6b..07a07ac 100755 --- a/src/frontend/gui/sisyphus-gui.py +++ b/src/frontend/gui/sisyphus-gui.py @@ -124,6 +124,7 @@ class Sisyphus(QtWidgets.QMainWindow): def finishedUpgrade(self): self.hideProgressBar() + self.loadDatabase(Sisyphus.SEARCHFIELD,Sisyphus.SEARCHTERM) def orphansRemove(self): self.showProgressBar() |