diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-25 02:10:53 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-25 02:10:53 +0000 |
commit | b121f1a46ea4b0b4ed70e8004b66f88b57761efa (patch) | |
tree | 4995f9ce11e32455c3996aec507583f766cde3f8 /addons/weather.xbmc.builtin | |
parent | 0d74098a7605a09009cbf34505c51f82ded67c18 (diff) |
fixed: Weather script selection spinner, and reenable the weather script settings button. Ticket #9282, thanks to Nuka1195.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30540 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/weather.xbmc.builtin')
-rw-r--r-- | addons/weather.xbmc.builtin/addon.xml | 12 | ||||
-rw-r--r-- | addons/weather.xbmc.builtin/icon.png | bin | 0 -> 60550 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/addons/weather.xbmc.builtin/addon.xml b/addons/weather.xbmc.builtin/addon.xml new file mode 100644 index 0000000000..9faeef92ba --- /dev/null +++ b/addons/weather.xbmc.builtin/addon.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="script.xbmc.builtin"
+ name="Weather.com (standard)"
+ version="1.0.0"
+ provider-name="Team XBMC">
+ <extension point="xbmc.python.weather" library=""/>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <summary>Current weather conditions.</summary>
+ <description>This is the default weather source.[CR][CR]It provides current weather conditions and a four day outlook.</description>
+ </extension>
+</addon>
diff --git a/addons/weather.xbmc.builtin/icon.png b/addons/weather.xbmc.builtin/icon.png Binary files differnew file mode 100644 index 0000000000..00ad7fbd73 --- /dev/null +++ b/addons/weather.xbmc.builtin/icon.png |