From 0b48a3b2474f4753a2fc0077ff3da7411c2d8c94 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 11 Apr 2007 19:38:06 +0000 Subject: [PATCH] Monotone-Parent: d5ac9de98868073751b2f78b398c4f1d8311b43b Monotone-Revision: 9f9de7a3557546682618d6d9810573aa4a35d4d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:38:06 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSString+Utilities.h | 2 +- SoObjects/SOGo/NSString+Utilities.m | 2 +- UI/Scheduler/UIxComponentEditor.m | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/NSString+Utilities.h b/SoObjects/SOGo/NSString+Utilities.h index 04d4872e8..ff120c2f7 100644 --- a/SoObjects/SOGo/NSString+Utilities.h +++ b/SoObjects/SOGo/NSString+Utilities.h @@ -38,7 +38,7 @@ - (NSString *) davMethodToObjC; -#ifndef GNUSTEP +#ifndef GNUSTEP_BASE_LIBRARY - (BOOL) boolValue; #endif diff --git a/SoObjects/SOGo/NSString+Utilities.m b/SoObjects/SOGo/NSString+Utilities.m index f96f60fb5..675364843 100644 --- a/SoObjects/SOGo/NSString+Utilities.m +++ b/SoObjects/SOGo/NSString+Utilities.m @@ -100,7 +100,7 @@ return newName; } -#ifndef GNUSTEP +#ifndef GNUSTEP_BASE_LIBRARY - (BOOL) boolValue { return !([self isEqualToString: @"0"] diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index 4de6fb70d..7ddb35d58 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -24,6 +24,7 @@ #import #import #import +#import #import #import #import