Index: library/nx/nx.tcl =================================================================== diff -u -r4d9e5592fdf912b1fa9153e4c475cc239ea3c305 -r9abeee97470aeca0efde319271794f7f76903670 --- library/nx/nx.tcl (.../nx.tcl) (revision 4d9e5592fdf912b1fa9153e4c475cc239ea3c305) +++ library/nx/nx.tcl (.../nx.tcl) (revision 9abeee97470aeca0efde319271794f7f76903670) @@ -493,7 +493,7 @@ :alias "info precedence" ::nsf::methods::object::info::precedence :method "info slot" {name} { set slot [::nsf::self]::slot::$name - if {[::nsf::isobject $slot]} {return $name} + if {[::nsf::isobject $slot]} {return $slot} return "" } :method "info slots" {{-type ::nx::Slot} {pattern ""}} {