[totem] Fix a missing constructor argument in the OpenSubtitles plugin



commit e3cbce54df7dccf44315be6d42cea5edd41f731e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Dec 17 13:16:31 2010 +0000

    Fix a missing constructor argument in the OpenSubtitles plugin

 src/plugins/opensubtitles/opensubtitles.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index f343f43..aa341cd 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -422,7 +422,8 @@ class OpenSubtitles(gobject.GObject, Peas.Activatable):
 
         self.action = Gtk.Action(name='opensubtitles',
                                  label=_('_Download Movie Subtitles...'),
-                                 tooltip=_("Download movie subtitles from OpenSubtitles"))
+                                 tooltip=_("Download movie subtitles from OpenSubtitles"),
+                                 stock_id=None)
 
         self.os_action_group.add_action(self.action)
 



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