mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
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:
parent
3b73fff1fc
commit
20d074fc08
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue