[Pkg-owncloud-commits] [owncloud-client] 178/498: FolderMan: Save migratated folder definitions to Configfile.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:48 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 79cc902673f88e2293772c855534bddb06a0392f
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Jun 17 14:54:39 2015 +0200

    FolderMan: Save migratated folder definitions to Configfile.
---
 src/gui/folderman.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index 428b315..86446d8 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -720,6 +720,7 @@ Folder* FolderMan::addFolder(AccountState* accountState, const FolderDefinition&
     auto folder = addFolderInternal(folderDefinition);
     if(folder) {
         folder->setAccountState(accountState);
+        folder->saveToSettings();
     }
     return folder;
 }

-- 
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