Rename config to allowPendingPaneItems and improve description

This commit is contained in:
Katrina Uychaco
2016-02-17 11:56:50 -08:00
parent c9150c3f73
commit b8677c13df
3 changed files with 5 additions and 5 deletions

View File

@@ -414,7 +414,7 @@ class Workspace extends Model
split = options.split
uri = @project.resolvePath(uri)
if not atom.config.get('core.openPendingPaneItems')
if not atom.config.get('core.allowPendingPaneItems')
options.pending = false
# Avoid adding URLs as recent documents to work-around this Spotlight crash: