This commit is contained in:
Kevin Sawicki
2014-08-13 17:53:29 -07:00
parent 2be658b894
commit 1515690302

View File

@@ -217,8 +217,7 @@ class WorkspaceView extends View
if projectPath = atom.project.getPath()
if item = @getModel().getActivePaneItem()
title = "#{item.getTitle?() ? 'untitled'} - #{projectPath}"
proxyIconPath = item.getPath?() ? ''
@setTitle(title, proxyIconPath)
@setTitle(title, item.getPath?())
else
@setTitle(projectPath, projectPath)
else