[Pkg-owncloud-commits] [owncloud-client] 57/498: Wizard: Save the settings after adding an account

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit f688bda759b5b60ad75aa1f4da5f474811ac48ab
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Apr 27 17:19:46 2015 +0200

    Wizard: Save the settings after adding an account
    
    So the account persist even if the client is not properly closed
---
 src/gui/owncloudsetupwizard.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp
index 5e8ae5f..70ae2a2 100644
--- a/src/gui/owncloudsetupwizard.cpp
+++ b/src/gui/owncloudsetupwizard.cpp
@@ -507,6 +507,7 @@ void OwncloudSetupWizard::applyAccountChanges()
     auto manager = AccountManager::instance();
 
     manager->addAccount(newAccount);
+    manager->save();
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list