Skip to content

Commit

Permalink
sync scripts with git 3392eedd
Browse files Browse the repository at this point in the history
(cherry picked from commit 866b7e93d19ba3fa7162835965e0ad411d7fbee6)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35531 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Nov 30, 2010
1 parent 44711fc commit d20da5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions addons/script.recentlyadded/RecentlyAdded.py
Expand Up @@ -15,6 +15,14 @@
# *
# * this file was taken from http://xbmc-addons.googlecode.com/svn/packages/scripts/RecentlyAdded.py
# * and modified to be a XBMC Add-on under gpl2 license on 20. November 2010.
# *
# * Thanks to:
# *
# * Nuka for the original RecentlyAdded.py
# *
# * ronie and Hitcher for the improvements made while in official repo
# *
# * Team XBMC

import xbmc
from xbmcgui import Window
Expand Down
2 changes: 1 addition & 1 deletion addons/script.recentlyadded/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.recentlyadded"
name="Recently Added XBMC Script"
version="2.0.0"
version="2.0.1"
provider-name="alex">
<requires>
<import addon="xbmc.python" version="1.0"/>
Expand Down

0 comments on commit d20da5c

Please sign in to comment.