mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 16:13:41 +00:00
fix last, oops
This commit is contained in:
parent
63e4724a8c
commit
389f9d94a2
@ -99,7 +99,6 @@ class FilesTabManager(FilesBaseManager):
|
||||
os.startfile(os.path.join(save_dir, file_name))
|
||||
except WindowsError:
|
||||
import gtk
|
||||
import dialogs
|
||||
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?"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user