Fix on AddFiles panel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31613 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2010-11-16 17:13:19 +00:00
parent 28c343707e
commit 95eb255d35
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-11-16 German Arias <german@xelalug.org>
* Framework/PCFileManager.m: Allow open .project directories
to add files placed at project directory in AddFiles panel.
2010-11-05 German Arias <german@xelalug.org>
* Modules/Projects/Application/PCAppProject.m:
(-createProjectAt:) Delete the extension on the project

View file

@ -376,6 +376,7 @@ static PCFileManager *_mgr = nil;
if (addFilesPanel == nil)
{
addFilesPanel = [PCAddFilesPanel addFilesPanel];
[addFilesPanel setTreatsFilePackagesAsDirectories: YES];
}
panel = addFilesPanel;
lastOpenDir = [prefs stringForKey:@"FileAddLastDirectory"];