[Scummvm-cvs-logs] scummvm master -> 0e5bfb66f03551f998405ce6674f3e6eab4a0150

digitall dgturner at iee.org
Mon Dec 24 17:51:57 CET 2012


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:
0e5bfb66f0 ANDROID: Remove parameter forcing use of Modern theme.


Commit: 0e5bfb66f03551f998405ce6674f3e6eab4a0150
    https://github.com/scummvm/scummvm/commit/0e5bfb66f03551f998405ce6674f3e6eab4a0150
Author: D G Turner (digitall at scummvm.org)
Date: 2012-12-24T08:45:49-08:00

Commit Message:
ANDROID: Remove parameter forcing use of Modern theme.

This parameter overrides any user choice in the GUI or config file,
which is not good UX design (and is making it hard to debug loading
issues associated with theme files).

If we want to set this to default to Modern, we should do this in
a different way i.e. do this by ConfMan.loadDefaultConfigFile()

This is probably related to the Android issue with the backend init
running before main() is called, rather than after...

Changed paths:
    backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java



diff --git a/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java b/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java
index 34c6df3..829a948 100644
--- a/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java
+++ b/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java
@@ -160,7 +160,6 @@ public class ScummVMActivity extends Activity {
 			"ScummVM",
 			"--config=" + getFileStreamPath("scummvmrc").getPath(),
 			"--path=" + Environment.getExternalStorageDirectory().getPath(),
-			"--gui-theme=scummmodern",
 			"--savepath=" + savePath
 		});
 






More information about the Scummvm-git-logs mailing list