[totem/gnome-2-28] Bug 613214 — totem subtitle plugin cannot contact opensubtitles.org



commit b85a5b88f6532cbfd07bb677842611f52c056acc
Author: Robert Moerland <veel_mail xs4all nl>
Date:   Sat Mar 20 14:00:37 2010 +0000

    Bug 613214 â?? totem subtitle plugin cannot contact opensubtitles.org
    
    Fix the API URI for the opensubtitles.org plugin. Closes: bgo#613214

 src/plugins/opensubtitles/opensubtitles.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 08f52ea..72452b5 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -316,7 +316,7 @@ class OpenSubtitles(totem.Plugin):
         self.totem.connect('file-closed', self.on_totem__file_closed)
 
 	# Obtain the ServerProxy and init the model
-        server = xmlrpclib.Server('http://www.opensubtitles.org/xml-rpc')
+        server = xmlrpclib.Server('http://api.opensubtitles.org/xml-rpc')
         self.model = OpenSubtitlesModel(server)
 
     def deactivate(self, totem):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]