From 06dc6a2c4e45e7131c08f6cf86ecd0c9f17e9b44 Mon Sep 17 00:00:00 2001 From: James Brown Date: Thu, 1 Jul 2004 10:24:42 +0000 Subject: Backport C&P bug from local tree svn-id: r14143 --- gui/launcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/launcher.cpp b/gui/launcher.cpp index fbc7a15d49..50dd35bea0 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -300,8 +300,8 @@ void EditGameDialog::close() { ConfMan.set("extrapath", extraPath, _domain); String savePath = _savePathWidget->getLabel(); - if (!extraPath.isEmpty() && (extraPath != "Default")) - ConfMan.set("savepath", extraPath, _domain); + if (!savePath.isEmpty() && (savePath != "Default")) + ConfMan.set("savepath", savePath, _domain); Common::Platform platform = (Common::Platform)_platformPopUp->getSelectedTag(); if (platform < 0) -- cgit v1.2.3