Fixed so that mouse-picking does not save a file if "Save none" was checked.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-08-03 13:17:25 +00:00
parent 94da7afa83
commit 2bd12e82e4
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
!---------------------------------------------------- decode3
subroutine decode3(d2,jz,istart,filename)
@ -67,7 +66,6 @@ subroutine decode3(d2,jz,istart,filename)
filetokilla=''
filetokillb=''
endif
if(mousebutton.ne.0) filetokilla=''
if(nsavelast.eq.1) filetokillb=''
nsavelast=0
ierr=unlink(filetokillb)

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------ WSJT
#---------------------------------------------------------------- WSJT
from Tkinter import *
from tkFileDialog import *