diff options
author | Jeix <devnull@localhost> | 2010-11-20 20:17:49 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-11-20 20:17:49 +0100 |
commit | 619e8297566309f5a77946aff76813ffe6fccd4a (patch) | |
tree | 0901da8f3be4dc64d6d3c951df38823918810641 /pyLoadGui.py | |
parent | sharecx fix 3 (diff) | |
download | pyload-619e8297566309f5a77946aff76813ffe6fccd4a.tar.xz |
gui: account fixes
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 0ac74cda5..0ee865dfe 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -674,6 +674,7 @@ class main(QObject): self.mainWindow.tabs["accounts"]["view"].model().reloadData(force) def slotQuit(self): + self.tray.hide() self.quitInternal() self.app.quit() |