summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/install.cpp')
-rw-r--r--rbutil/rbutilqt/install.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/install.cpp b/rbutil/rbutilqt/install.cpp
index f6e4509e38..fe5f6830f5 100644
--- a/rbutil/rbutilqt/install.cpp
+++ b/rbutil/rbutilqt/install.cpp
@@ -106,9 +106,9 @@ void Install::accept()
106 installer->setLogVersion(myversion); 106 installer->setLogVersion(myversion);
107 installer->setMountPoint(mountPoint); 107 installer->setMountPoint(mountPoint);
108 installer->install(logger); 108 installer->install(logger);
109 109
110 connect(installer, SIGNAL(done(bool)), this, SLOT(done(bool))); 110 connect(installer, SIGNAL(done(bool)), this, SLOT(done(bool)));
111 111
112} 112}
113 113
114// Zip installer has finished 114// Zip installer has finished
@@ -193,12 +193,12 @@ void Install::setVersionStrings(QMap<QString, QString> ver)
193 // rel_rev release version revision id 193 // rel_rev release version revision id
194 // rel_date release version release date 194 // rel_date release version release date
195 // same for arch_* and bleed_* 195 // same for arch_* and bleed_*
196 196
197 if(version.value("arch_rev").isEmpty()) { 197 if(version.value("arch_rev").isEmpty()) {
198 ui.radioArchived->setEnabled(false); 198 ui.radioArchived->setEnabled(false);
199 qDebug() << "no information about archived version available!"; 199 qDebug() << "no information about archived version available!";
200 } 200 }
201 201
202 if(!version.value("rel_rev").isEmpty()) { 202 if(!version.value("rel_rev").isEmpty()) {
203 ui.radioStable->setChecked(true); 203 ui.radioStable->setChecked(true);
204 ui.radioStable->setEnabled(true); 204 ui.radioStable->setEnabled(true);