mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:50:48 +00:00
Fix issues mentioned by @fredkiefer
This commit is contained in:
parent
5d17658b0e
commit
42bae42431
2 changed files with 10 additions and 4 deletions
|
@ -6744,7 +6744,7 @@ For a more detailed explanation, -setSortDescriptors:. */
|
|||
{
|
||||
id result = nil;
|
||||
GSKeyValueBinding *theBinding;
|
||||
|
||||
|
||||
theBinding = [GSKeyValueBinding getBinding: NSValueBinding
|
||||
forObject: tb];
|
||||
if (theBinding != nil)
|
||||
|
@ -6896,7 +6896,7 @@ For a more detailed explanation, -setSortDescriptors:. */
|
|||
return [path section];
|
||||
}
|
||||
|
||||
- (NSView *) makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier owner:(id)owner
|
||||
- (NSView *) makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier owner: (id)owner
|
||||
{
|
||||
NSView *view = [_registeredViews objectForKey: identifier];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue