mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:20:46 +00:00
Patch by jeff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d08dbf944a
commit
dc95564430
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
Wed Jun 5 14:09:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
2002-06-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSBundleAdditions.m: patch by Jeff Teunissen to log loading
|
||||||
|
only as debug.
|
||||||
|
|
||||||
|
WWed Jun 5 14:09:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* Source/GSKeyBindingAction.h: Cleaned syntax of #endif to remove
|
* Source/GSKeyBindingAction.h: Cleaned syntax of #endif to remove
|
||||||
compiler warnings.
|
compiler warnings.
|
||||||
|
|
|
@ -270,7 +270,7 @@ Class gmodel_class(void)
|
||||||
owner: [context objectForKey: @"NSOwner"]];
|
owner: [context objectForKey: @"NSOwner"]];
|
||||||
}
|
}
|
||||||
|
|
||||||
NSLog(@"Loading Nib `%@'...\n", fileName);
|
NSDebugLog(@"Loading Nib `%@'...\n", fileName);
|
||||||
NS_DURING
|
NS_DURING
|
||||||
{
|
{
|
||||||
NSData *data = [NSData dataWithContentsOfFile: fileName];
|
NSData *data = [NSData dataWithContentsOfFile: fileName];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue