mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/GSXibLoader.m: Cover case where there are no changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35485 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf7e179fcb
commit
a618ee1ac1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-08-31 16:33-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/GSXibLoader.m: Cover case where there are no changes.
|
||||
|
||||
2012-08-31 15:01-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
Original changes by Marcian Lytwyn <marcian.lytwyn@advcsi.com>
|
||||
merged from gnustep_testplant_branch.
|
||||
|
|
|
@ -1031,7 +1031,7 @@
|
|||
|
||||
- (NSData *) _preProcessXib: (NSData *)data
|
||||
{
|
||||
NSData *result = nil;
|
||||
NSData *result = data;
|
||||
NSXMLDocument *document = [[NSXMLDocument alloc] initWithData:data
|
||||
options:0
|
||||
error:NULL];
|
||||
|
|
Loading…
Reference in a new issue