summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py
index 752a20409..df857d1a7 100755
--- a/pyLoadGui.py
+++ b/pyLoadGui.py
@@ -667,7 +667,7 @@ class main(QObject):
elif event[1] == "collector":
self.packageCollector.addEvent(event)
- def slotReloadAccounts(self, force=True):
+ def slotReloadAccounts(self, force=False):
self.mainWindow.tabs["accounts"]["view"].model().reloadData(force)
def slotQuit(self):