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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/install.cpp b/rbutil/rbutilqt/install.cpp
index 34920e3951..0651e8ffe4 100644
--- a/rbutil/rbutilqt/install.cpp
+++ b/rbutil/rbutilqt/install.cpp
@@ -292,6 +292,9 @@ void Install::setVersionStrings(QMap<QString, QString> ver)
292 ui.radioArchived->setEnabled(false); 292 ui.radioArchived->setEnabled(false);
293 qDebug() << "no information about archived version available!"; 293 qDebug() << "no information about archived version available!";
294 } 294 }
295 if(version.value("rel_rev").isEmpty()) {
296 ui.radioStable->setEnabled(false);
297 }
295 298
296 // try to use the old selection first. If no selection has been made 299 // try to use the old selection first. If no selection has been made
297 // in the past, use a preselection based on released status. 300 // in the past, use a preselection based on released status.