summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-06 11:56:09 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-06 11:56:09 +0200
commit0ab7e9838bf50c9266d8ef7cabe53990e1c0882c (patch)
tree4fff71f8d1bebe2d32e003cd2b6b30b80659cdcf
parent20936dafee6477012e9fda43b0a9dd1e80a5d50b (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);