tidyups and minor theme tiling updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23871 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-15 08:34:47 +00:00
parent 6ed7d47dae
commit 57435da7d5
58 changed files with 422 additions and 230 deletions

View file

@ -1479,11 +1479,11 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
{
BOOL flag;
if([coder allowsKeyedCoding])
if ([coder allowsKeyedCoding])
{
// FIXME: Not sure this is the way it goes...
/*
if(_flags.archiveByName == NO)
if (_flags.archiveByName == NO)
{
NSMutableArray *container = [NSMutableArray array];
NSMutableArray *reps = [NSMutableArray array];
@ -1492,7 +1492,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
// add the reps to the container...
[container addObject: reps];
while((rd = [en nextObject]) != nil)
while ((rd = [en nextObject]) != nil)
{
[reps addObject: rd->rep];
}