fix last, oops

This commit is contained in:
Marcos Pinto 2007-09-14 22:27:36 +00:00
parent 63e4724a8c
commit 389f9d94a2

View File

@ -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?"))