The branch, dharma has been updated
       via  0c512bce62e6806644058e0344f98dae28adf176 (commit)
      from  da25a4a72050b58826dc6aad45153f3ce907eb16 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/skins;a=commit;h=0c512bce62e6806644058e0344f98dae28adf176

commit 0c512bce62e6806644058e0344f98dae28adf176
Author: theuni <[email protected]>
Date:   Fri Apr 29 16:04:42 2011 -0400

    [mediastream_redux] update to 1.2.1. Upstream r318.

diff --git a/skin.mediastream_redux/720p/Home.xml 
b/skin.mediastream_redux/720p/Home.xml
index 8456791..3964dbf 100644
--- a/skin.mediastream_redux/720p/Home.xml
+++ b/skin.mediastream_redux/720p/Home.xml
@@ -506,7 +506,7 @@
                                <height>1</height>
                                <label>-</label>
                                <font>-</font>
-                               
<onfocus>XBMC.RunScript(RecentlyAdded.py,limit=4)</onfocus>
+                               
<onfocus>XBMC.RunScript(script.recentlyadded,limit=4)</onfocus>
                                <onfocus>SetFocus(9000)</onfocus>
                                <texturenofocus>-</texturenofocus>
                                <texturefocus>-</texturefocus>
diff --git a/skin.mediastream_redux/720p/Startup.xml 
b/skin.mediastream_redux/720p/Startup.xml
index f292956..d4ad068 100644
--- a/skin.mediastream_redux/720p/Startup.xml
+++ b/skin.mediastream_redux/720p/Startup.xml
@@ -4,7 +4,7 @@
        <controls>
                <control type="button" id="9">
                        <description>Trigger to Auto run the Latest media 
python after a 1 min delay if scan on startup is enabled</description>
-                       
<onfocus>XBMC.AlarmClock(UpdateRecentAdded,XBMC.RunScript(RecentlyAdded.py,limit=4),1,true)</onfocus>
+                       
<onfocus>XBMC.AlarmClock(UpdateRecentAdded,XBMC.RunScript(script.recentlyadded,limit=4),1,true)</onfocus>
                        <onfocus>SetFocus(10)</onfocus>
                        <texturenofocus>-</texturenofocus>
                        <texturefocus>-</texturefocus>
diff --git a/skin.mediastream_redux/addon.xml b/skin.mediastream_redux/addon.xml
index 10aa3ea..a36e539 100644
--- a/skin.mediastream_redux/addon.xml
+++ b/skin.mediastream_redux/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="skin.mediastream_redux"
-  version="1.2.0"
+  version="1.2.1"
   name="MediaStream Redux"
   provider-name="Jezz_X (graphics by team razorfish)">
   <requires>
diff --git a/skin.mediastream_redux/changelog.txt 
b/skin.mediastream_redux/changelog.txt
index b74adcb..3f26fe6 100644
--- a/skin.mediastream_redux/changelog.txt
+++ b/skin.mediastream_redux/changelog.txt
@@ -1,3 +1,7 @@
+1.2.1
+
+- Fixed Recently Added script wasn't being run properly
+
 1.2.0
 
 - Added support for the Lyrics script in the video OSD

-----------------------------------------------------------------------

Summary of changes:
 skin.mediastream_redux/720p/Home.xml    |    2 +-
 skin.mediastream_redux/720p/Startup.xml |    2 +-
 skin.mediastream_redux/addon.xml        |    2 +-
 skin.mediastream_redux/changelog.txt    |    4 ++++
 4 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Skins

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to