mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Minor changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39726 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bb6b0a2cc
commit
be30cbfa45
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-05-05 15:43-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Modules/Debuggers/ProjectCenter/PipeDelegate.m: Minor changes.
|
||||
|
||||
2016-05-05 13:13-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Modules/Debuggers/ProjectCenter/PCDebugger.m
|
||||
|
|
|
@ -302,6 +302,12 @@
|
|||
{
|
||||
[self logString: item newLine: NO withColor:promptColor];
|
||||
}
|
||||
/*
|
||||
else if(outtype == PCDBNotFoundRecord)
|
||||
{
|
||||
[self logString: item newLine: NO withColor:promptColor];
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue