mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Added ivar to allow release of temp window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
47d5d55cc6
commit
585b53c4a4
4 changed files with 4 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
BOOL isOlderArchive;
|
||||
id filePrefsView;
|
||||
id filePrefsManager;
|
||||
NSWindow *filePrefsWindow;
|
||||
}
|
||||
- (void) addConnector: (id<IBConnectors>)aConnector;
|
||||
- (NSArray*) allConnectors;
|
||||
|
|
|
@ -1090,6 +1090,7 @@ static NSImage *fileImage = nil;
|
|||
|
||||
// NSLog(@"window = %@",window);
|
||||
RELEASE(window);
|
||||
RELEASE(filePrefsWindow);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
|
@ -155,7 +155,8 @@
|
|||
selectionBox,
|
||||
window,
|
||||
filePrefsView,
|
||||
filePrefsManager
|
||||
filePrefsManager,
|
||||
filePrefsWindow
|
||||
);
|
||||
Super = GSNibContainer;
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue