diff --git a/src/mirall/owncloudwizard.cpp b/src/mirall/owncloudwizard.cpp index c1d4b7be79..3abc7ca34a 100644 --- a/src/mirall/owncloudwizard.cpp +++ b/src/mirall/owncloudwizard.cpp @@ -97,6 +97,7 @@ OwncloudSetupPage::OwncloudSetupPage() _ui.cbSecureConnect->setEnabled(QSslSocket::supportsSsl()); connect( _ui.lePassword, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged())); + connect( _ui.leUsername, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged())); connect( _ui.cbNoPasswordStore, SIGNAL(stateChanged(int)), this, SLOT(slotPwdStoreChanged(int))); connect( _ui.cbSecureConnect, SIGNAL(stateChanged(int)), this, SLOT(slotSecureConChanged(int)));