Fix PC bug where the document based app flag was reset after opening

the project inspector for the first time.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31842 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-01-06 15:58:13 +00:00
parent 3b73fff1fc
commit 20d074fc08
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2011-01-06 Wolfgang Lux <wolfgang.lux@gmail.com>
* Modules/Projects/Application/PCAppProject+Inspector.m
(-setDocBasedApp:):
Fix bug where the document based app flag was reset after opening
the project inspector for the first time.
2010-12-28 Wolfgang Lux <wolfgang.lux@gmail.com>
* Framework/PCProjectBuilder.m (-buildArguments): Add either

View file

@ -101,8 +101,6 @@ cleanup(NSMutableDictionary *m, NSString *k)
[addDocTypeButton setRefusesFirstResponder:YES];
[removeDocTypeButton setRefusesFirstResponder:YES];
[docBasedAppButton setRefusesFirstResponder:YES];
[self setDocBasedApp:docBasedAppButton];
[docBasedAppButton setState:
([[projectDict objectForKey:PCDocumentBasedApp]