Reindented

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-06-10 09:06:40 +00:00
parent f867ecac02
commit e9df1f67e9

View file

@ -245,7 +245,7 @@ void __dummy_GMAppKit_functionForLinking() {}
[archiver encodeBOOL:[self isSelectable] withName:@"isSelectable"];
[archiver encodeBOOL:[self isScrollable] withName:@"isScrollable"];
[archiver encodeBOOL:[self isContinuous] withName:@"isContinuous"];
[archiver encodeInt:[self sendActionOn:0] withName:@"sendActionMask"];
[archiver encodeInt:[self sendActionOn: 0] withName:@"sendActionMask"];
}
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
@ -290,7 +290,8 @@ void __dummy_GMAppKit_functionForLinking() {}
[self setSelectable:[unarchiver decodeBOOLWithName:@"isSelectable"]];
[self setScrollable:[unarchiver decodeBOOLWithName:@"isScrollable"]];
[self setContinuous:[unarchiver decodeBOOLWithName:@"isContinuous"]];
/* Temporary commented out so buttons keep on working - new code fixing this under testing */
/* Temporary commented out so buttons keep on working - new code
* fixing this under testing */
// [self sendActionOn:[unarchiver decodeIntWithName:@"sendActionMask"]];
return self;