mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix stupid error in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54847b2b13
commit
b0af40b1cb
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (label != nil) {
|
||||
if (label == nil) {
|
||||
Class archiveClass;
|
||||
|
||||
/* If the object gets encoded on the top level, set the label to be
|
||||
|
|
Loading…
Reference in a new issue