Skip to content

Commit

Permalink
Getting Things Done
Browse files Browse the repository at this point in the history
Leo build: 20180213093313
  • Loading branch information
edreamleo committed Feb 13, 2018
1 parent 4b2c157 commit 7d4fd35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion leo/commands/commanderFileCommands.py
Expand Up @@ -784,7 +784,12 @@ def writeFileFromNode(self, event=None):
#@+node:tbrown.20080509212202.6: *3* c_file.cleanRecentFiles
@g.commander_command('clean-recent-files')
def cleanRecentFiles(self, event=None):
'''Remove items from the recent files list that are no longer valid.'''
'''
Remove items from the recent files list that no longer exist.
This almost never does anything because Leo's startup logic removes
nonexistent files from the recent files list.
'''
c = self
g.app.recentFilesManager.cleanRecentFiles(c)
#@+node:ekr.20031218072017.2080: *3* c_file.clearRecentFiles
Expand Down
4 changes: 2 additions & 2 deletions leo/core/commit_timestamp.json
@@ -1,4 +1,4 @@
{
"asctime": "Tue Feb 13 09:27:54 CST 2018",
"timestamp": "20180213092754"
"asctime": "Tue Feb 13 09:33:13 CST 2018",
"timestamp": "20180213093313"
}

0 comments on commit 7d4fd35

Please sign in to comment.