totem r5939 - in trunk: . src/plugins/opensubtitles
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5939 - in trunk: . src/plugins/opensubtitles
- Date: Thu, 29 Jan 2009 21:25:34 +0000 (UTC)
Author: icq
Date: Thu Jan 29 21:25:33 2009
New Revision: 5939
URL: http://svn.gnome.org/viewvc/totem?rev=5939&view=rev
Log:
2009-01-29 Ignacio Casal Quinteiro <nacho resa gmail com>
* src/plugins/opensubtitles/opensubtitles.py:
Make unsensitive the treeview when you download a subtitle.
Fixes bug #569643.
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 Thu Jan 29 21:25:33 2009
@@ -461,12 +461,14 @@
self.progress.set_fraction(0.0)
self.find_button.set_sensitive(True)
self.apply_button.set_sensitive(False)
+ self.treeview.set_sensitive(True)
return False
def os_download_and_apply(self):
self.apply_button.set_sensitive(False)
self.find_button.set_sensitive(False)
self.action.set_sensitive(False)
+ self.treeview.set_sensitive(False)
self.os_save_selected_subtitle()
# Callbacks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]