summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qmlmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index d4cc89fb8..ebef201ba 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -167,6 +167,7 @@ void QMLManager::saveCloudCredentials()
QString url;
getCloudURL(url);
manager()->clearAccessCache(); // remove any chached credentials
+ clear_git_id(); // invalidate our remembered GIT SHA
openLocalThenRemote(url);
}
}