Skip to content

Commit

Permalink
Feature owncloud#4208 (Resolved): Install wizard need to be disable S…
Browse files Browse the repository at this point in the history
…Kip folder configuration
  • Loading branch information
Zarko Jevtic committed Oct 1, 2015
1 parent a378aa1 commit 54f5fa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/wizard/owncloudwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <QtGui>

#include <stdlib.h>
#include "config.h"

namespace OCC
{
Expand Down Expand Up @@ -173,8 +174,9 @@ void OwncloudWizard::slotCurrentPageChanged( int id )
appendToConfigurationLog( QString::null );
}

#ifndef HIDE_CONTEXT_MENU_ITEMS
setOption(QWizard::HaveCustomButton1, id == WizardCommon::Page_AdvancedSetup);

#endif
if (id == WizardCommon::Page_AdvancedSetup) {
// Going back from this page messes the state as the account is created already
button(QWizard::BackButton)->setDisabled(true);
Expand Down

0 comments on commit 54f5fa0

Please sign in to comment.