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:
Riccardo Mottola 2011-09-08 13:05:29 +00:00
parent c0a699944f
commit 912965080b
2 changed files with 8 additions and 2 deletions

View file

@ -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:

View file

@ -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];