Fix enabling when last NCIfile is deleted

This commit is contained in:
selmer%netscape.com 1999-10-21 18:39:26 +00:00
parent 7265e9b718
commit 6ce67423b9

View File

@ -282,7 +282,7 @@ Width=51
Height=14 Height=14
onInit=Enable2(%NCIFileList%) onInit=Enable2(%NCIFileList%)
onCommand=IterateListBox(NCIFileList,HIDE,cmd.exe /c del "%Root%NCIFiles\%%");GenerateFileList(NCIFileList,%Root%NCIFiles\*.NCI) onCommand=IterateListBox(NCIFileList,HIDE,cmd.exe /c del "%Root%NCIFiles\%%");GenerateFileList(NCIFileList,%Root%NCIFiles\*.NCI);toggleEnabled2(%NCIFileList%,DeleteNCIButton,EditNCIButton)
Target=NCIFileList Target=NCIFileList