mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
* Source/NSDocumentController.m: Add missing semicolon.
Patch by Galen Rhodes <galenrhodes@me.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3282699b2
commit
ae5b0e3a41
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-08-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDocumentController.m: Add missing semicolon.
|
||||
Patch by Galen Rhodes <galenrhodes@me.com>.
|
||||
|
||||
2016-07-19 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSFontDescriptor.m
|
||||
|
|
|
@ -921,7 +921,7 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName)
|
|||
{
|
||||
CALL_BLOCK(ch, nil);
|
||||
}
|
||||
}
|
||||
};
|
||||
[self beginOpenPanel: openPanel forTypes: types completionHandler: block];
|
||||
#else
|
||||
NSArray *urls = [self URLsFromRunningOpenPanel];
|
||||
|
|
Loading…
Reference in a new issue