Comment #1 on issue 3954 by
[hidden email]: SystemNavigation use
BrowserEnvironment as Refactoring and Nautilus
http://code.google.com/p/pharo/issues/detail?id=3954I do not like your change :). We cannot do that because we should bind
SystemNavigation with BrowserEnvironment.
What should be done is that when the SystemNavigation is used we should
pass an enviroment
when you need it in Nautilus just use on: BrowserEnvironment new.
Does it make sense?