help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] GLib warnings


From: Gwenael Casaccio
Subject: [Help-smalltalk] Re: [bug] GLib warnings
Date: Mon, 02 Nov 2009 11:07:20 -0700

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:






reply via email to

[Prev in Thread] Current Thread [Next in Thread]