|
[Xbmc-svn] [xbmc/xbmc] branch, master,
updated. c0f64dd5e4a89e50ef5195fbe0332d9be3709e34
From: www-data <git@xb...> - 2012-12-10 21:49
|
The branch, master has been updated
via c0f64dd5e4a89e50ef5195fbe0332d9be3709e34 (commit)
from c9da88b153b2764396ede6de32efb4158bd1660c (commit)
https://github.com/xbmc/xbmc/commit/c0f64dd5e4a89e50ef5195fbe0332d9be3709e34
commit c0f64dd5e4a89e50ef5195fbe0332d9be3709e34
Author: Memphiz <memphis@...>
Date: Mon Dec 10 22:46:29 2012 +0100
[ios] - minimize is a senseless option for the shutdowntimer on ios - remove that option for ios - fixes #13718
diff --git a/xbmc/settings/GUISettings.cpp b/xbmc/settings/GUISettings.cpp
index e3c5d33..c1820a7 100644
--- a/xbmc/settings/GUISettings.cpp
+++ b/xbmc/settings/GUISettings.cpp
@@ -608,7 +608,9 @@ void CGUISettings::Initialize()
else
{
shutdown.insert(make_pair(13009,POWERSTATE_QUIT));
+#if !defined(TARGET_DARWIN_IOS)
shutdown.insert(make_pair(13014,POWERSTATE_MINIMIZE));
+#endif
AddInt(pwm, "powermanagement.shutdownstate", 13008, POWERSTATE_QUIT, shutdown, SPIN_CONTROL_TEXT);
}
-----------------------------------------------------------------------
Summary of changes:
xbmc/settings/GUISettings.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
[xbmc/xbmc]
|
| Thread | Author | Date |
|---|---|---|
| [Xbmc-svn] [xbmc/xbmc] branch, master, updated. c0f64dd5e4a89e50ef5195fbe0332d9be3709e34 | www-data <git@xb...> |