[totem] Bug 638296 — dialog window not closing after selecting subtitles



commit 31b03c01406403fd13698ef7b2cb3a80f181964c
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Dec 30 19:03:57 2010 +0000

    Bug 638296 â?? dialog window not closing after selecting subtitles
    
    Close the OpenSubtitles dialogue after selecting subtitles to download and
    use. Closes: bgo#638296

 src/plugins/opensubtitles/opensubtitles.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index ddf01ed..38866b8 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -597,6 +597,7 @@ class OpenSubtitles(gobject.GObject, Peas.Activatable):
         self.action.set_sensitive(False)
         self.treeview.set_sensitive(False)
         self.os_save_selected_subtitle()
+        self.on_close_clicked (None)
 
     # Callbacks
 



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