thaolt / qscite

Automatically exported from code.google.com/p/qscite
GNU General Public License v2.0
0 stars 0 forks source link

Inadequate handling of missing files in recent menu #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At program startup, if a file in the history list does not exist, a blank
entry appears in the menu. Missing files stay in the history list (as
blanks if the program is restarted) until pushed out by new entries.

Each time we iterate over the history list (program startup, program
shutdown, and adding a new entry), we should discard any that are missing.
Three or four lines in each of the three places should do it.

Original issue reported on code.google.com by bfrobin...@gmail.com on 27 Feb 2008 at 1:20

GoogleCodeExporter commented 8 years ago
Fixed in r94.

Original comment by bfrobin...@gmail.com on 27 Feb 2008 at 6:02