The branch, dharma has been updated
       via  80c4d02275170b4093fae7743cab80ed60d4dba6 (commit)
      from  92d3d23b62f4793b29beb4c2e46c9256955fe5d8 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=80c4d02275170b4093fae7743cab80ed60d4dba6

commit 80c4d02275170b4093fae7743cab80ed60d4dba6
Author: amet <a...@nospam>
Date:   Tue Dec 28 13:52:00 2010 +0400

    [script.rss.editor] -v1.6.1
    
    translate special:// paths before lookup

diff --git a/script.rss.editor/addon.xml b/script.rss.editor/addon.xml
index ca7de58..795fc2b 100755
--- a/script.rss.editor/addon.xml
+++ b/script.rss.editor/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.rss.editor"
        name="RSS Editor"
-       version="1.6.0"
+       version="1.6.1"
        provider-name="rwparris2">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/script.rss.editor/resources/lib/xmlParser.py 
b/script.rss.editor/resources/lib/xmlParser.py
index 5bd767c..11150bf 100644
--- a/script.rss.editor/resources/lib/xmlParser.py
+++ b/script.rss.editor/resources/lib/xmlParser.py
@@ -43,7 +43,7 @@ class XMLParser:
 
     def __init__(self):
         if xbmc:
-            self.RssFeedsPath = 'special://userdata/RssFeeds.xml'
+            self.RssFeedsPath = 
xbmc.translatePath('special://userdata/RssFeeds.xml')
         else:
             self.RssFeedsPath = r'C:\Documents and Settings\Xerox\Application 
Data\XBMC\userdata\RssFeeds.xml'
         sane = self.checkRssFeedPathSanity()

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

Summary of changes:
 script.rss.editor/addon.xml                  |    2 +-
 script.rss.editor/resources/lib/xmlParser.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to