From 206725dc4f6ddb32d83ae1467a31215169ace120 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 8 Jul 2017 18:36:28 +0000 Subject: [PATCH] Solving issue with opening notebooks from the web. --- repository/Grafoscopio/GrafoscopioNotebook.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Grafoscopio/GrafoscopioNotebook.class.st b/repository/Grafoscopio/GrafoscopioNotebook.class.st index acf4474..f0ec2a7 100644 --- a/repository/Grafoscopio/GrafoscopioNotebook.class.st +++ b/repository/Grafoscopio/GrafoscopioNotebook.class.st @@ -457,7 +457,7 @@ GrafoscopioNotebook >> openFromUrl: anUrl [ | fileName | fileName := (anUrl splitOn: '/') last. - GrafoscopioDockingBar + GrafoscopioUtils downloadingFrom: anUrl withMessage: 'Downloading document...' into: FileLocator temp.