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:
Gregory John Casamento 2016-05-05 19:44:43 +00:00
parent 7bb6b0a2cc
commit be30cbfa45
2 changed files with 10 additions and 0 deletions

View file

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

View file

@ -302,6 +302,12 @@
{
[self logString: item newLine: NO withColor:promptColor];
}
/*
else if(outtype == PCDBNotFoundRecord)
{
[self logString: item newLine: NO withColor:promptColor];
}
*/
}
/*