Issue status update for http://smalltalk.gnu.org/project/issue/425 Post a follow up: http://smalltalk.gnu.org/project/comments/add/425

Project:      GNU Smalltalk
Version:      <none>
Component:    VisualGST
Category:     bug reports
Priority:     critical
Assigned to:  MrGwen
Reported by:  MrGwen
Updated by:   MrGwen
-Status:       active
+Status:       committed

Fixed in the last commit :

that line was the bug :

(self gtkModel getIter: iter path: path)

Here is the fix :
(self gtkModel getIter: iter path: path) ifFalse: [ ^ nil ].

in GtkCategorizedNamespaceModel>>#findIterInACategory:parent:




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to