# HG changeset patch # User Claus Gittinger # Date 1242337636 -7200 # Node ID 07c7e9ba97eef659989c9b6e5b793c5a3bce7bf2 # Parent a6df49dfb157b838e1106aeae33ffd3fc88c942a changed #doBrowseAspectMethod: diff -r a6df49dfb157 -r 07c7e9ba97ee UIPainter.st --- a/UIPainter.st Wed May 13 23:43:20 2009 +0200 +++ b/UIPainter.st Thu May 14 23:47:16 2009 +0200 @@ -4862,7 +4862,8 @@ doBrowseAspectMethod:aspectSelector "browse or create the aspect method as entered in the field (button beside input fieled pressed)" - self acceptOrIgnoreSectionModification. + self isModified ifTrue:[ self accept ]. + "/ self acceptOrIgnoreSectionModification. self doBrowseAspectMethod:aspectSelector nameAs:aspectSelector "Modified: / 12-01-2008 / 10:32:15 / cg"