summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrifa75 <yahiaoui.fakhri@gmail.com>2022-11-28 20:57:27 +0100
committerBastien Nocera <hadess@hadess.net>2022-11-29 09:06:03 +0000
commit3ca40a33d595c19e52826d7e1fe13471e42bddac (patch)
tree99020ded12067704111e4e6ba7a5575af1a6c6e9
parent221e0800aad5e91d0e8e97ca8f0b680670f0a95e (diff)
downloadtotem-3ca40a33d595c19e52826d7e1fe13471e42bddac.tar.gz
opensubtitles: Re-enable menu item after Download
After downloading a subtitle, the menu was disabled. Closes: #532
-rw-r--r--src/plugins/opensubtitles/opensubtitles.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 32340500a..4c051e4ee 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -692,6 +692,8 @@ class OpenSubtitles (GObject.Object, # pylint: disable=R0902
if suburi:
self._totem.set_current_subtitle (suburi) # pylint: disable=no-member
+ self._action.set_enabled (True)
+
return False
def _progress_bar_increment (self, thread):