mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-10 18:36:34 +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))
|
os.startfile(os.path.join(save_dir, file_name))
|
||||||
except WindowsError:
|
except WindowsError:
|
||||||
import gtk
|
import gtk
|
||||||
import dialogs
|
|
||||||
gtk.gdk.threads_enter()
|
gtk.gdk.threads_enter()
|
||||||
result = dialogs.show_popup_warning(None, _("There is a \
|
result = dialogs.show_popup_warning(None, _("There is a \
|
||||||
newer version of Deluge. Would you like to be taken to our download site?"))
|
newer version of Deluge. Would you like to be taken to our download site?"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user