[Pkg-owncloud-commits] [owncloud-client] 37/89: Fix broken slot connection

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:33 UTC 2013


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 bb2f221edf88c562ae08ead8e62d36bdecdebe67
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Dec 9 19:18:50 2013 +0100

    Fix broken slot connection
    
    The slot was renamed.
---
 src/mirall/application.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp
index 7dfbb32..c7af724 100644
--- a/src/mirall/application.cpp
+++ b/src/mirall/application.cpp
@@ -179,8 +179,8 @@ void Application::slotLogout()
 
 void Application::slotAccountChanged(Account *newAccount, Account *oldAccount)
 {
-    disconnect(oldAccount, SIGNAL(stateChanged(int)), _gui, SLOT(slotOnlineStateChanged()));
-    connect(newAccount, SIGNAL(stateChanged(int)), _gui, SLOT(slotOnlineStateChanged()));
+    disconnect(oldAccount, SIGNAL(stateChanged(int)), _gui, SLOT(slotAccountStateChanged()));
+    connect(newAccount, SIGNAL(stateChanged(int)), _gui, SLOT(slotAccountStateChanged()));
 }
 
 

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