mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Merge branch 'master' into xib_document
This commit is contained in:
commit
fd3c43c00d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-12-29 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBundleAdditions.m (-pathForNibResource:): Report type
|
||||
not filename while iterating.
|
||||
|
||||
2019-12-18 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Source/NSBrowser.m (frameOfColumn:): shift up column only for browser
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
enumerator = [types objectEnumerator];
|
||||
while ((type = [enumerator nextObject]))
|
||||
{
|
||||
NSDebugLLog(@"NIB", @"Checking type %@", fileName);
|
||||
NSDebugLLog(@"NIB", @"Checking type %@", type);
|
||||
NSString *path = [self pathForResource: fileName
|
||||
ofType: type];
|
||||
if (path != nil)
|
||||
|
|
Loading…
Reference in a new issue