totem r6178 - in trunk: . src/plugins/opensubtitles



Author: pwithnall
Date: Wed Mar 18 22:18:11 2009
New Revision: 6178
URL: http://svn.gnome.org/viewvc/totem?rev=6178&view=rev

Log:
2009-03-18  Philip Withnall  <philip tecnocode co uk>

	* src/plugins/opensubtitles/opensubtitles.py: Brown paper bag revert
	of the last commit to fix the OpenSubtitles plugin. (Closes: #575771)



Modified:
   trunk/ChangeLog
   trunk/src/plugins/opensubtitles/opensubtitles.py

Modified: trunk/src/plugins/opensubtitles/opensubtitles.py
==============================================================================
--- trunk/src/plugins/opensubtitles/opensubtitles.py	(original)
+++ trunk/src/plugins/opensubtitles/opensubtitles.py	Wed Mar 18 22:18:11 2009
@@ -5,9 +5,12 @@
 import threading
 import xdg.BaseDirectory
 from os import sep
+import gettext
 
 from hash import hashFile
 
+D_ = gettext.dgettext
+
 USER_AGENT = 'Totem'
 OK200 = '200 OK'
 TOTEM_REMOTE_COMMAND_REPLACE = 14



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