Status: New
Owner: ----
Labels: Milestone-2.0 Type-Bug
New issue 6114 by
[hidden email]: FileDialogWindow fails to open in
Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=6114This broke during the migration to FileSystem (worked in 20119, failed in
20129 and after).
Attempting to add a new directory repository in Monticello Browser fails to
create the FileDialogWindow, since FileDirectoryWrapper>>asString asks
itemName translatedIfCorresponds, but itemName is nil. Either asString
should be
asString
^ item baseName translatedIfCorresponds
or FileDialogWindow>>initialDirectories should be modified to use
with:name:model: in place of with:model: when populating the directory
list, which currently leaves name nil.
Changing asString seems to fix this problem, but I don't know if it breaks
anything else. Also, I'm far from certain that item basename is the right
choice.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker