summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-08-06 11:56:09 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-06 11:56:09 +0200
commitfc57eacb1b8aef7a55e0565a915280ae6a338584 (patch)
tree4fff71f8d1bebe2d32e003cd2b6b30b80659cdcf
parent4575ce7725c8f3e72ad1b078b12d4d6e41de99c7 (diff)
only one autopull for now
-rw-r--r--mainwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 2995946f..d2a9452b 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1522,6 +1522,9 @@ void MainWindow::addFolder()
*/
void MainWindow::editPassword()
{
+ if (useGit && autoPull) {
+ on_updateButton_clicked();
+ }
waitFor(30);
// TODO move to editbutton stuff possibly?
currentDir = getDir(ui->treeView->currentIndex(), false);