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
This commit is contained in:
Olivier Goffart 2014-03-20 15:03:22 +01:00
parent b65601aaa4
commit 07025c7432

View file

@ -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 ) {