again
This commit is contained in:
parent
389f9d94a2
commit
36cd2cda98
|
@ -100,8 +100,8 @@ class FilesTabManager(FilesBaseManager):
|
||||||
except WindowsError:
|
except WindowsError:
|
||||||
import gtk
|
import gtk
|
||||||
gtk.gdk.threads_enter()
|
gtk.gdk.threads_enter()
|
||||||
result = dialogs.show_popup_warning(None, _("There is a \
|
result = dialogs.show_popup_warning(None, _("There was \
|
||||||
newer version of Deluge. Would you like to be taken to our download site?"))
|
an error trying to launch the file."))
|
||||||
gtk.gdk.threads_leave()
|
gtk.gdk.threads_leave()
|
||||||
else:
|
else:
|
||||||
exec_command(self.file_viewer,
|
exec_command(self.file_viewer,
|
||||||
|
|
Loading…
Reference in New Issue