mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +00:00
fix last, oops
This commit is contained in:
parent
63e4724a8c
commit
389f9d94a2
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue