* ChangeLog: Moved to here top level of project.

* Documentation/ChangeLog: Removed from here...
	* Modules/Editors/ProjectCenter/PCEditor.m: Corrected an issue in the
	windowDidResignKey: method which was making the window the first
	responder.  This was preventing Find from working properly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-10-18 22:16:05 +00:00
parent bb3decbb48
commit 6a3279d598
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2008-10-18 18:18-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* ChangeLog: Moved to here top level of project.
* Documentation/ChangeLog: Removed from here...
* Modules/Editors/ProjectCenter/PCEditor.m: Corrected an issue in the
windowDidResignKey: method which was making the window the first
responder. This was preventing Find from working properly.
2008-02-20 Sergii Stoian <stoyan255@gmail.com>
* Framework/PCProjectBuilder.m:

View file

@ -755,7 +755,7 @@
{
if ([[aNotification object] isEqual:_window] && [_window isVisible])
{
[_window makeFirstResponder:_window];
[_window makeFirstResponder:_extEditorView];
}
}