mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 00:50:49 +00:00
* Source/GSXibLoader.m: Remove test code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35514 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f5948306d
commit
e6fb656488
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-09-03 22:35-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Source/GSXibLoader.m: Remove test code.
|
||||||
|
|
||||||
2012-09-03 21:37-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2012-09-03 21:37-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Source/GSXibLoader.m: Changes by Marcian Lyttwyn to correct
|
* Source/GSXibLoader.m: Changes by Marcian Lyttwyn to correct
|
||||||
|
|
|
@ -1058,8 +1058,10 @@
|
||||||
{
|
{
|
||||||
NSString *key = [[node attributeForName:@"key"] stringValue];
|
NSString *key = [[node attributeForName:@"key"] stringValue];
|
||||||
if ([key rangeOfString:@"CustomClassName"].location != NSNotFound)
|
if ([key rangeOfString:@"CustomClassName"].location != NSNotFound)
|
||||||
[customClassDict setObject:[node stringValue] forKey:key];
|
{
|
||||||
}
|
[customClassDict setObject:[node stringValue] forKey:key];
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -1082,9 +1084,8 @@
|
||||||
id key = [[xmlKeys objectAtIndex:index] stringValue];
|
id key = [[xmlKeys objectAtIndex:index] stringValue];
|
||||||
if ([key rangeOfString:@"CustomClassName"].location != NSNotFound)
|
if ([key rangeOfString:@"CustomClassName"].location != NSNotFound)
|
||||||
{
|
{
|
||||||
NSString *obj = [[xmlObjs objectAtIndex:index] stringValue];
|
// NSString *obj = [[xmlObjs objectAtIndex:index] stringValue];
|
||||||
if ([obj isEqualToString:@"NSSecureTextField"] == NO) // SKIP FOR NOW!!!
|
[customClassDict setObject:[[xmlObjs objectAtIndex:index] stringValue] forKey:key];
|
||||||
[customClassDict setObject:[[xmlObjs objectAtIndex:index] stringValue] forKey:key];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue