[Pkg-owncloud-commits] [owncloud-client] 11/89: Don't close setup wizard when the initial sync run is started

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:29 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 c3dc84c58f4047413eff810543a2b6419bcb5548
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Dec 4 20:25:43 2013 +0100

    Don't close setup wizard when the initial sync run is started
    
    Fixes regression over 1.4.2
---
 src/mirall/owncloudsetupwizard.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/owncloudsetupwizard.cpp b/src/mirall/owncloudsetupwizard.cpp
index 4db827e..f113a5d 100644
--- a/src/mirall/owncloudsetupwizard.cpp
+++ b/src/mirall/owncloudsetupwizard.cpp
@@ -70,7 +70,7 @@ void OwncloudSetupWizard::runWizard(QObject* obj, const char* amember, QWidget *
 
     wiz = new OwncloudSetupWizard(parent);
     connect( wiz, SIGNAL(ownCloudWizardDone(int)), obj, amember);
-    connect( wiz, SIGNAL(ownCloudWizardDone(int)), wiz, SLOT(deleteLater()));
+    connect( wiz, SIGNAL(slotAssistantFinished(int)), wiz, SLOT(deleteLater()));
     FolderMan::instance()->setSyncEnabled(false);
     wiz->startWizard();
 }

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