mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 16:21:56 +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
5610c45f51
commit
d9397e65c7
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>
|
2012-08-31 15:01-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
Original changes by Marcian Lytwyn <marcian.lytwyn@advcsi.com>
|
Original changes by Marcian Lytwyn <marcian.lytwyn@advcsi.com>
|
||||||
merged from gnustep_testplant_branch.
|
merged from gnustep_testplant_branch.
|
||||||
|
|
|
@ -1031,7 +1031,7 @@
|
||||||
|
|
||||||
- (NSData *) _preProcessXib: (NSData *)data
|
- (NSData *) _preProcessXib: (NSData *)data
|
||||||
{
|
{
|
||||||
NSData *result = nil;
|
NSData *result = data;
|
||||||
NSXMLDocument *document = [[NSXMLDocument alloc] initWithData:data
|
NSXMLDocument *document = [[NSXMLDocument alloc] initWithData:data
|
||||||
options:0
|
options:0
|
||||||
error:NULL];
|
error:NULL];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue