The branch, dharma has been updated
       via  9d4cebb64610bd57e599e56f1a50ba6ee2a50071 (commit)
      from  0c88f92946bf4e1ed2e6be08eee26b7e3ad9e0b9 (commit)

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

commit 9d4cebb64610bd57e599e56f1a50ba6ee2a50071
Author: amet <[email protected]>
Date:   Mon Aug 22 16:03:53 2011 +0400

    [script.xbmc.subtitles] -v2.5.8
    
    - fixed: crash when auto searching next available service. thx schpitz

diff --git a/script.xbmc.subtitles/addon.xml b/script.xbmc.subtitles/addon.xml
index 595dd65..b0e8aa8 100644
--- a/script.xbmc.subtitles/addon.xml
+++ b/script.xbmc.subtitles/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.xbmc.subtitles"
        name="XBMC Subtitles"
-       version="2.5.7"
+       version="2.5.8"
        provider-name="Amet, mr_blobby">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/script.xbmc.subtitles/changelog.txt 
b/script.xbmc.subtitles/changelog.txt
index 2b5be60..0651d64 100644
--- a/script.xbmc.subtitles/changelog.txt
+++ b/script.xbmc.subtitles/changelog.txt
@@ -1,3 +1,6 @@
+2.5.8
+- fixed: crash when auto searching next available service. thx schpitz
+
 2.5.7
 - added: Napisy.me service, thx mrto
 - update: Turkish string, thx queeup
diff --git a/script.xbmc.subtitles/resources/lib/gui.py 
b/script.xbmc.subtitles/resources/lib/gui.py
index 4bfa9e8..e276b9f 100644
--- a/script.xbmc.subtitles/resources/lib/gui.py
+++ b/script.xbmc.subtitles/resources/lib/gui.py
@@ -518,6 +518,7 @@ class GUI( xbmcgui.WindowXMLDialog ):
     else:
       self.file_name = self.title   
     self.tvshow = ""
+    self.next = list(self.service_list)
     self.Search_Subtitles()
 
 ###-------------------------- Exit script  -------------################
@@ -545,6 +546,7 @@ class GUI( xbmcgui.WindowXMLDialog ):
             self.keyboard(True)
           else:
             self.service = selection
+            self.next = list(self.service_list)
             self.Search_Subtitles()
 
     elif controlId == 150:

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

Summary of changes:
 script.xbmc.subtitles/addon.xml            |    2 +-
 script.xbmc.subtitles/changelog.txt        |    3 +++
 script.xbmc.subtitles/resources/lib/gui.py |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to