xbmc: move timezone settings to basic level

This commit is contained in:
Stefan Saraev 2013-11-18 20:30:08 +02:00
parent afddf37523
commit a1cd9cf926

View File

@ -0,0 +1,34 @@
From ccab04501887f29ebe9c6b3001892bfeedef5ba3 Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Mon, 18 Nov 2013 11:35:17 +0200
Subject: [PATCH] move timezone settings to basic level
---
system/settings/settings.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index aa1cdd7..2d5e903 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -145,7 +145,7 @@
</group>
<group id="2">
<setting id="locale.timezonecountry" type="string" label="14079" help="36117">
- <level>2</level>
+ <level>0</level>
<default>default</default> <!-- will be properly set on startup -->
<constraints>
<options>timezonecountries</options>
@@ -153,7 +153,7 @@
<control type="list" format="string" />
</setting>
<setting id="locale.timezone" type="string" label="14080" help="36118">
- <level>2</level>
+ <level>0</level>
<default>default</default> <!-- will be properly set on startup -->
<constraints>
<options>timezones</options>
--
1.8.3.2