Issue status update for
http://smalltalk.gnu.org/node/585Post a follow up:
http://smalltalk.gnu.org/project/comments/add/585 Project: GNU Smalltalk
Version: <none>
Component: Base classes
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: MrGwen
Updated by: MrGwen
Status: active
(GTK.GtkWidget>>#activate) isOldSyntax => false should be true.
When the pragma is called it does a become but doesn't copy the
oldSyntaxFlag.
710,712c710,712
< cCall: funcOrDescr
< numArgs: self numArgs
< attributes: self attributes.
---
> cCall: funcOrDescr
> numArgs: self numArgs
> attributes: self attributes.
713a714
> self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].
738a740
> self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].
752a755
> self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk