From 7a6f5d54a61a09cfd28ff1bd81f4d23b9e86cbe8 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Mon, 18 Feb 2019 22:33:47 +0000 Subject: [PATCH] Fixing UI selector migration bug. --- 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 e52c228..4e72dfd 100644 --- a/repository/Grafoscopio/GrafoscopioNotebook.class.st +++ b/repository/Grafoscopio/GrafoscopioNotebook.class.st @@ -656,7 +656,7 @@ GrafoscopioNotebook >> openFromFileSelector [ file ifNil: [ self inform: 'No file selected'. ^ self ]. - self workingFile: file fullPath. + self workingFile: file. nb := self class new. nb openFromFile: self workingFile. GfUIHelpers updateRecentNotebooksWith: workingFile