mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Fix typo spotted by Greg.
This commit is contained in:
parent
978c58bcde
commit
3541c564e6
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
|
||||
if (parentId == nil)
|
||||
{
|
||||
NSLog(@"Missing parent Id for connection on parent @%", parent);
|
||||
NSLog(@"Missing parent Id for connection on parent %@", parent);
|
||||
// Fake an id for parent
|
||||
parentId = [[NSUUID UUID] UUIDString];
|
||||
[parent setAttribute: parentId forKey: @"id"];
|
||||
|
|
Loading…
Reference in a new issue