mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-16 08:20:59 +00:00
Fix a problem with last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@34950 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1fb8fa910
commit
a3097a85e2
3 changed files with 10 additions and 5 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
}
|
||||
|
||||
- (void) new:(id)sender;
|
||||
- (EOMEDocument *) activeDocument;
|
||||
|
||||
@end
|
||||
|
|
|
@ -58,12 +58,10 @@
|
|||
if (NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil) ==
|
||||
NSWindows95InterfaceStyle)
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
else
|
||||
{
|
||||
return NO;
|
||||
[self new: self];
|
||||
}
|
||||
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL) applicationShouldTerminateAfterLastWindowClosed: (id)sender
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2012-03-18 German A. Arias <german@xelalug.org>
|
||||
|
||||
* Apps/EOModelEditor/EOModelEditorApp.h:
|
||||
* Apps/EOModelEditor/EOModelEditorApp.m: Fix a problem with last
|
||||
commit.
|
||||
|
||||
2012-03-18 German A. Arias <german@xelalug.org>
|
||||
|
||||
* Apps/EOModelEditor/EOModelEditorApp.m: Added delegate methods
|
||||
|
|
Loading…
Reference in a new issue