Solving issues with opening remote notebooks.
This commit is contained in:
parent
3445ff1fe2
commit
656cfd378e
@ -387,12 +387,12 @@ GrafoscopioNotebook >> openFromUrl: anUrl [
|
||||
"Opens a tree from a file named aFileName"
|
||||
|
||||
| fileName |
|
||||
fileName := anUrl splitOn: '/' last.
|
||||
fileName := (anUrl splitOn: '/') last.
|
||||
GrafoscopioGUI
|
||||
downloadingFrom: anUrl
|
||||
withMessage: 'Downloading document...'
|
||||
into: FileLocator temp.
|
||||
self class new openFromFile: (FileLocator temp fileName)
|
||||
self class new openFromFile: (FileLocator temp / fileName)
|
||||
]
|
||||
|
||||
{ #category : #persistence }
|
||||
|
Loading…
Reference in New Issue
Block a user