mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 08:33:06 +00:00
corrected wrong outlet
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08029f654a
commit
b41546414a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-12-09 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Framework/PCPrefController.m: corrected wrong outlet
|
||||
|
||||
2008-12-07 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Headers/ProjectCenter/PCPrefController.h,
|
||||
|
|
|
@ -698,7 +698,7 @@ static PCPrefController *_prefCtrllr = nil;
|
|||
{
|
||||
NSString *path;
|
||||
|
||||
if (sender == buildToolButton)
|
||||
if (sender == debuggerButton)
|
||||
{
|
||||
path = [self selectFileWithTypes:nil];
|
||||
[debuggerField setStringValue:path];
|
||||
|
@ -707,7 +707,7 @@ static PCPrefController *_prefCtrllr = nil;
|
|||
{
|
||||
path = [debuggerField stringValue];
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
if ([path isEqualToString:@""] || !path)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue