[Pkg-owncloud-commits] [owncloud-client] 189/333: Remove a FIXME
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:51 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 07025c7432be6e2d32b190b577fc1f5bc406cd85
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Mar 20 15:03:22 2014 +0100
Remove a FIXME
The commit message say that this line should be necessary to show
the information when the setting dialog is open, but this is working
now via the signals
---
src/mirall/application.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp
index 4c92425..e3cb450 100644
--- a/src/mirall/application.cpp
+++ b/src/mirall/application.cpp
@@ -313,8 +313,6 @@ void Application::slotownCloudWizardDone( int res )
qDebug() << "Set up " << cnt << " folders.";
// We have some sort of configuration. Enable autostart
Utility::setLaunchOnStartup(_theme->appName(), _theme->appNameGUI(), true);
-// FIXME!
-// _statusDialog->setFolderList( folderMan->map() );
}
folderMan->setSyncEnabled( true );
if( res == QDialog::Accepted ) {
--
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