mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:40:48 +00:00
* Source/NSDocumentFrameworkPrivate.h,
* Source/NSDocumentController.m: Open recent menu to clear items that have been deleted whenever it reloads. Based on patch by Paul Landers <paul.landers@testplant.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef8a6da853
commit
c331982016
3 changed files with 92 additions and 47 deletions
|
@ -50,6 +50,8 @@
|
|||
- (void) _setRecentDocumentsMenu: (NSMenu *)menu;
|
||||
- (void) _updateRecentDocumentsMenu;
|
||||
- (IBAction) _openRecentDocument: (id)sender;
|
||||
- (void) _saveRecentDocuments;
|
||||
- (void) _loadRecentDocuments;
|
||||
@end
|
||||
|
||||
@interface NSDocument (Private)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue