Skip to content

Commit

Permalink
Fix #4439 - Change Output Directory to Working Directory
Browse files Browse the repository at this point in the history
Per suggestion of @guillep
  • Loading branch information
seandenigris committed Aug 29, 2019
1 parent 1e74f8f commit 2fbac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EpiceaBrowsers/EpLogBrowserPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ EpLogBrowserPresenter >> fileOutSelection [
| entries |
entries := self selectedEntryItems collect: [ :each | each entry ].

EpOmbuExporter askFileNameAndFileOut: entries in: FileLocator imageDirectory.
EpOmbuExporter askFileNameAndFileOut: entries in: FileLocator workingDirectory.
]

{ #category : #'menu - filters' }
Expand Down

0 comments on commit 2fbac55

Please sign in to comment.