Solving issue with opening notebooks from the web.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-07-08 18:36:28 +00:00 committed by SantiagoBragagnolo
parent e9ef4349bc
commit 51aefe2dc5
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ GrafoscopioNotebook >> openFromUrl: anUrl [
| fileName |
fileName := (anUrl splitOn: '/') last.
GrafoscopioDockingBar
GrafoscopioUtils
downloadingFrom: anUrl
withMessage: 'Downloading document...'
into: FileLocator temp.