[Pkg-owncloud-commits] [owncloud-client] 57/332: Folder: Don't add ignored files on startup

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:37 UTC 2014


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 fd4642d82755d5105bee4402c4bf8da23784b2fd
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Jun 5 17:49:10 2014 +0200

    Folder: Don't add ignored files on startup
    
    Before each sync is enough.
    (We could do it at startup only, but so far it is good to have
    it at each sync so we can easier see stuff in the log)
---
 src/mirall/folder.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 72c0223..7e7ebdf 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -123,7 +123,6 @@ bool Folder::init()
 
         MirallConfigFile cfgFile;
 
-        setIgnoredFiles();
         if (Account *account = AccountManager::instance()->account()) {
             account->credentials()->syncContextPreInit(_csync_ctx);
         } else {

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