aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 94af6472a5..21937494c4 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -284,7 +284,7 @@ void LauncherDialog::updateListing() {
if (description.empty()) {
QualifiedGameDescriptor g = EngineMan.findTarget(iter->_key);
- if (g.description)
+ if (!g.description.empty())
description = g.description;
}