aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 26d5e38bfd..92bc6b0fc8 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -737,7 +737,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
case kListItemDoubleClickedCmd:
// Print out what was selected
assert(item >= 0);
- Base::setTarget(_domains[item]);
+ ConfMan.setActiveDomain(_domains[item]);
close();
break;
case kListSelectionChangedCmd: