get an endless loop trying to get a menu on AbstractNautilusUI
buildAnalyzeSubMenu: aBuilder <contextMenu> <nautilusGlobalClassMenu> | target | target := aBuilder model. target selectedClass ifNil: [^target]. target selectedClass buildAnalyzeSubMenu: aBuilder. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Now I do not get much how to fix it (too tired) Stef
I'll fix it, I thought I already did it. El 29/08/2013, a las 22:12, Stéphane Ducasse <stephane.ducasse@inria.fr> escribió:
buildAnalyzeSubMenu: aBuilder <contextMenu> <nautilusGlobalClassMenu> | target |
target := aBuilder model. target selectedClass ifNil: [^target]. target selectedClass buildAnalyzeSubMenu: aBuilder. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Now I do not get much how to fix it (too tired)
Stef
I thought too. Before it was a DNU not a infinite loop. On Aug 30, 2013, at 8:27 AM, stleye@gmail.com wrote:
I'll fix it, I thought I already did it.
El 29/08/2013, a las 22:12, Stéphane Ducasse <stephane.ducasse@inria.fr> escribió:
buildAnalyzeSubMenu: aBuilder <contextMenu> <nautilusGlobalClassMenu> | target |
target := aBuilder model. target selectedClass ifNil: [^target]. target selectedClass buildAnalyzeSubMenu: aBuilder. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Now I do not get much how to fix it (too tired)
Stef
participants (2)
-
stleye@gmail.com -
Stéphane Ducasse