mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
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:
parent
477b1ee968
commit
cc3cafa874
58 changed files with 422 additions and 230 deletions
|
@ -178,7 +178,7 @@ unCacheAttributes(NSDictionary *attrs)
|
|||
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
if([aCoder allowsKeyedCoding] == NO)
|
||||
if ([aCoder allowsKeyedCoding] == NO)
|
||||
{
|
||||
[aCoder encodeValueOfObjCType: @encode(unsigned) at: &loc];
|
||||
[aCoder encodeValueOfObjCType: @encode(id) at: &attrs];
|
||||
|
@ -193,7 +193,7 @@ unCacheAttributes(NSDictionary *attrs)
|
|||
|
||||
- (id) initWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
if([aCoder allowsKeyedCoding] == NO)
|
||||
if ([aCoder allowsKeyedCoding] == NO)
|
||||
{
|
||||
NSDictionary *a;
|
||||
[aCoder decodeValueOfObjCType: @encode(unsigned) at: &loc];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue