Solving issue with opening notebooks from the web.
This commit is contained in:
parent
f882b1efd2
commit
206725dc4f
@ -457,7 +457,7 @@ GrafoscopioNotebook >> openFromUrl: anUrl [
|
|||||||
|
|
||||||
| fileName |
|
| fileName |
|
||||||
fileName := (anUrl splitOn: '/') last.
|
fileName := (anUrl splitOn: '/') last.
|
||||||
GrafoscopioDockingBar
|
GrafoscopioUtils
|
||||||
downloadingFrom: anUrl
|
downloadingFrom: anUrl
|
||||||
withMessage: 'Downloading document...'
|
withMessage: 'Downloading document...'
|
||||||
into: FileLocator temp.
|
into: FileLocator temp.
|
||||||
|
Loading…
Reference in New Issue
Block a user