summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-11-20 20:17:49 +0100
committerGravatar Jeix <devnull@localhost> 2010-11-20 20:17:49 +0100
commit619e8297566309f5a77946aff76813ffe6fccd4a (patch)
tree0901da8f3be4dc64d6d3c951df38823918810641 /pyLoadGui.py
parentsharecx fix 3 (diff)
downloadpyload-619e8297566309f5a77946aff76813ffe6fccd4a.tar.xz
gui: account fixes
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py1
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()