mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
again
This commit is contained in:
parent
389f9d94a2
commit
36cd2cda98
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ class FilesTabManager(FilesBaseManager):
|
|||
except WindowsError:
|
||||
import gtk
|
||||
gtk.gdk.threads_enter()
|
||||
result = dialogs.show_popup_warning(None, _("There is a \
|
||||
newer version of Deluge. Would you like to be taken to our download site?"))
|
||||
result = dialogs.show_popup_warning(None, _("There was \
|
||||
an error trying to launch the file."))
|
||||
gtk.gdk.threads_leave()
|
||||
else:
|
||||
exec_command(self.file_viewer,
|
||||
|
|
Loading…
Add table
Reference in a new issue