aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2013-11-12 13:38:33 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2013-11-12 13:38:33 +1300
commitdac16bf9d766f3f71453474181e6b0dc9c933dc9 (patch)
tree201312cef65d02d5bc3d4d4b51f06ab4e360cb0e
parent4c8c6a8fcdfd9a3de20bf7014977c08c8da4e191 (diff)
fixes incorrect <dependency> in darwin settings
-rw-r--r--system/settings/darwin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/darwin.xml b/system/settings/darwin.xml
index 64e8ef90d9..f824f73bee 100644
--- a/system/settings/darwin.xml
+++ b/system/settings/darwin.xml
@@ -51,7 +51,7 @@
<maximum>1000</maximum>
</constraints>
<dependencies>
- <dependency type="enable" id="input.appleremotemode">2</dependency> <!-- APPLE_REMOTE_UNIVERSAL -->
+ <dependency type="enable" setting="input.appleremotemode" operator="is">2</dependency> <!-- APPLE_REMOTE_UNIVERSAL -->
</dependencies>
<control type="spinner" format="string">
<formatlabel>14046</formatlabel>