[Pkg-owncloud-commits] [owncloud-client] 94/115: Application: Unload all folders when shutting down.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 29 22:04:05 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 75101a031945702c398a37334dd00eac896c8db5
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Aug 20 16:27:44 2014 +0200

    Application: Unload all folders when shutting down.
    
    That sends a proper UNREGISTER message via socket API.
---
 src/mirall/application.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp
index cd33cd9..5610cf6 100644
--- a/src/mirall/application.cpp
+++ b/src/mirall/application.cpp
@@ -208,6 +208,8 @@ void Application::slotCleanup()
     if (account) {
         account->save();
     }
+    FolderMan::instance()->unloadAllFolders();
+
     _gui->slotShutdown();
     _gui->deleteLater();
 }

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