The branch, eden-pre has been updated
via cb71ec8183b4f1c8b5bfa70a11708c1d06c840e1 (commit)
from 2d287de2fce98023a20e1f13f86da6f7ae90695e (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=cb71ec8183b4f1c8b5bfa70a11708c1d06c840e1
commit cb71ec8183b4f1c8b5bfa70a11708c1d06c840e1
Author: amet <[email protected]>
Date: Mon Aug 22 16:07:01 2011 +0400
[script.xbmc.subtitles] -v2.9.20
- 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 a1e730f..c09ea86 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.9.19"
+ version="2.9.20"
provider-name="Amet, mr_blobby">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/script.xbmc.subtitles/changelog.txt
b/script.xbmc.subtitles/changelog.txt
index 1f4c072..c6e01a4 100644
--- a/script.xbmc.subtitles/changelog.txt
+++ b/script.xbmc.subtitles/changelog.txt
@@ -1,3 +1,6 @@
+2.9.20
+- fixed: crash when auto searching next available service. thx schpitz
+
2.9.19
- 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 9217294..27e3cc2 100644
--- a/script.xbmc.subtitles/resources/lib/gui.py
+++ b/script.xbmc.subtitles/resources/lib/gui.py
@@ -444,6 +444,7 @@ class GUI( xbmcgui.WindowXMLDialog ):
else:
self.file_name = self.title
self.tvshow = ""
+ self.next = list(self.service_list)
self.Search_Subtitles()
def onClick( self, controlId ):
@@ -471,6 +472,7 @@ class GUI( xbmcgui.WindowXMLDialog ):
self.on_run()
else:
self.service = selection
+ self.next = list(self.service_list)
self.Search_Subtitles()
def onFocus( self, controlId ):
-----------------------------------------------------------------------
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