diff --git a/src/app/pane.coffee b/src/app/pane.coffee index 5bedf91be..0e8d523a7 100644 --- a/src/app/pane.coffee +++ b/src/app/pane.coffee @@ -223,7 +223,7 @@ class Pane extends View saveItemAs: (item, nextAction) -> return unless item.saveAs? - itemPath = item.getUri?() + itemPath = item.getPath?() itemPath = dirname(itemPath) if itemPath path = atom.showSaveDialogSync(itemPath) if path