From 24b85f157322f1a4a2110de1dd75eac97ed25ae7 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 4 Aug 2014 18:47:06 +0000 Subject: [PATCH] Fix return value git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38033 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Modules/Editors/ProjectCenter/PCEditorView.m | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54d178c..d2c7309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-08-04 Riccardo Mottola + + * Modules/Editors/ProjectCenter/PCEditorView.m + Fix return value. + 2014-08-04 Riccardo Mottola * English.lproj/ProjectCenter.gorm diff --git a/Modules/Editors/ProjectCenter/PCEditorView.m b/Modules/Editors/ProjectCenter/PCEditorView.m index 715d9ea..c2b2315 100644 --- a/Modules/Editors/ProjectCenter/PCEditorView.m +++ b/Modules/Editors/ProjectCenter/PCEditorView.m @@ -4,7 +4,7 @@ Implementation of the PCEditorView class for the ProjectManager application. - Copyright (C) 2005-2010 Free Software Foundation + Copyright (C) 2005-2014 Free Software Foundation Saso Kiselkov Serg Stoyan Riccardo Mottola @@ -616,7 +616,7 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start) return _insertionPointRect; } -- (void)usesFindPanel +- (BOOL)usesFindPanel { return YES; }