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:
Riccardo Mottola 2008-12-09 21:57:33 +00:00
parent 08029f654a
commit b41546414a
2 changed files with 6 additions and 2 deletions

View file

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

View file

@ -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)
{