[Scummvm-git-logs] scummvm master -> 55e23a190991543d808691943be7b149f8d32632

peterkohaut peterkohaut at users.noreply.github.com
Sun Feb 10 18:17:51 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
55e23a1909 GUI: Revert of accidental change


Commit: 55e23a190991543d808691943be7b149f8d32632
    https://github.com/scummvm/scummvm/commit/55e23a190991543d808691943be7b149f8d32632
Author: Peter Kohaut (peter.kohaut at gmail.com)
Date: 2019-02-10T18:16:36+01:00

Commit Message:
GUI: Revert of accidental change

Revert of a change which I accidentaly commited during bladerunner
development.

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index 4c0d8d5..8d2bda5 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1235,7 +1235,7 @@ void OptionsDialog::addMT32Controls(GuiObject *boss, const Common::String &prefi
 	if (!_domain.equals(Common::ConfigManager::kApplicationDomain)) {
 		_mt32DevicePopUpDesc->setEnabled(false);
 		_mt32DevicePopUp->setEnabled(false);
-	} 
+	}
 
 	_enableMT32Settings = true;
 }





More information about the Scummvm-git-logs mailing list