Opened 18 years ago
Closed 18 years ago
#59 closed defect (fixed)
Drive container is scanned on no prescan drive if open when FM/2 is closed
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | major | Milestone: | Release_3.5.8 |
Component: | fm/2 base | Version: | |
Keywords: | scan | Cc: |
Description
If a drive container is open that is on a drive marked no prescan when FM/2 is closed the no prescan flag is ignored and the container is scanned.
Change History (5)
comment:1 by , 18 years ago
Keywords: | scan added |
---|---|
Milestone: | → Release_3.05_beta8 |
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:4 by , 18 years ago
Status: | new → assigned |
---|
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This occurs as a side effect of restoring the saved window postions. What needs to be done is to suppress the restore for a window (probably a directory container) if the drive flags indicate no prescan. A quick hunt says the code that needs to be modified is in RestoreDirCnrState(). Check out the for loop that iterates through the saved windows.