mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +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:
|
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…
Add table
Add a link
Reference in a new issue