mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
use setAllowedFileTypes method instead of private method which was removed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@33818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0a699944f
commit
912965080b
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-09-08 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Framework/PCAddFilesPanel.m [-setFileTypes]:
|
||||
use setAllowedFileTypes method instead of private method which was removed
|
||||
|
||||
2011-04-28 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Framework/PCFileManager.m:
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
/*
|
||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
||||
|
||||
Copyright (C) 2004 Free Software Foundation
|
||||
Copyright (C) 2004-2011 Free Software Foundation
|
||||
|
||||
Authors: Serg Stoyan
|
||||
Riccardo Mottola
|
||||
|
||||
This file is part of GNUstep.
|
||||
|
||||
|
@ -93,7 +94,7 @@ static PCAddFilesPanel *addFilesPanel = nil;
|
|||
{
|
||||
NSString *path = nil;
|
||||
|
||||
ASSIGN(_fileTypes, fileTypes);
|
||||
[super setAllowedFileTypes: fileTypes];
|
||||
|
||||
path = [_browser path];
|
||||
[self validateVisibleColumns];
|
||||
|
|
Loading…
Reference in a new issue