X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=newaccountdialog.cpp;h=9da3afcf2ffd50e6f39013a8d2e63dc2386a37e1;hb=c4948f90b97e27212b97e2451164db5ad0129f7c;hp=895046787250eb0a70a7205219be6c7490c8fa98;hpb=70c4d9da8ad3b6603de225743bff9ce8b7d65839;p=vlc-remote diff --git a/newaccountdialog.cpp b/newaccountdialog.cpp index 8950467..9da3afc 100644 --- a/newaccountdialog.cpp +++ b/newaccountdialog.cpp @@ -12,7 +12,7 @@ NewAccountDialog::NewAccountDialog(QWidget *parent) mIpLineEdit = new QLineEdit; mPortLineEdit = new QLineEdit; mPortLineEdit->setText("8080"); - mPortLineEdit->setReadOnly(true); + mPortLineEdit->setReadOnly(false); mButtonBox = new QDialogButtonBox; mButtonBox->addButton(QDialogButtonBox::Save);