diff -r 6bf57b4f42cd -r c9b6dd9dd4cd src/config.cpp --- a/src/config.cpp Sun Aug 11 14:04:03 2013 +0300 +++ b/src/config.cpp Sun Aug 11 16:08:13 2013 +0300 @@ -51,12 +51,10 @@ ConfigBox::ConfigBox (QWidget* parent, Qt::WindowFlags f) : QDialog (parent, f) { ui = new Ui_ConfigBox; ui->setupUi (this); - ui->updateProgress->hide(); - ui->updateLabel->hide(); - + initVersions(); initFromSettings(); - + connect (ui->wad_add, SIGNAL (clicked()), this, SLOT (addPath())); connect (ui->wad_pathEntry, SIGNAL (returnPressed()), this, SLOT (addPath())); connect (ui->wad_findPath, SIGNAL (clicked()), this, SLOT (findPath()));