[Scummvm-git-logs] scummvm master -> cd803d7ca7dcac1f747e9ec6d75f0048825e6f06

bgK bastien.bouclet at gmail.com
Tue Sep 13 14:43:00 CEST 2016


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:
cd803d7ca7 GUI: Fix a typo in the low resolution theme layouts


Commit: cd803d7ca7dcac1f747e9ec6d75f0048825e6f06
    https://github.com/scummvm/scummvm/commit/cd803d7ca7dcac1f747e9ec6d75f0048825e6f06
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2016-09-13T14:25:37+02:00

Commit Message:
GUI: Fix a typo in the low resolution theme layouts

This caused a crash when opening to options dialog in low resolution.

Changed paths:
    gui/themes/default.inc
    gui/themes/scummclassic.zip
    gui/themes/scummclassic/classic_layout_lowres.stx
    gui/themes/scummmodern.zip
    gui/themes/scummmodern/scummmodern_layout_lowres.stx



diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index f914966..07e5961 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -2705,7 +2705,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
 "<widget name='RootPathButton' "
 "type='Button' "
 "/>"
-"<widget name='RootPathPath' "
+"<widget name='RootPath' "
 "height='Globals.Line.Height' "
 "/>"
 "<widget name='RootPathClearButton' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index e574fe5..eb0ded5 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index e192566..212ef7c 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -600,7 +600,7 @@
 				<widget name = 'RootPathButton'
 						type = 'Button'
 				/>
-				<widget name = 'RootPathPath'
+				<widget name = 'RootPath'
 						height = 'Globals.Line.Height'
 				/>
 				<widget name = 'RootPathClearButton'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 78b62d4..0b8b771 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 3416fbe..2ca89ce 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -598,7 +598,7 @@
 				<widget name = 'RootPathButton'
 						type = 'Button'
 				/>
-				<widget name = 'RootPathPath'
+				<widget name = 'RootPath'
 						height = 'Globals.Line.Height'
 				/>
 				<widget name = 'RootPathClearButton'





More information about the Scummvm-git-logs mailing list