See ChangeLog

Monotone-Parent: e65f3442ee61d3df5633b88432930be26d886b85
Monotone-Revision: ca33a6519e1f5687f227522d966c50c3f6cd6b10

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-02-23T14:41:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-02-23 14:41:25 +00:00
parent 51fe06f49b
commit 108954122c
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-02-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added a patch from Adam Yearout <ayearout@royal.wednet.edu>
to fix OpenSUSE compilation issues.
2010-02-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m
+1
View File
@@ -12,6 +12,7 @@ ADDITIONAL_CPPFLAGS += \
SOGo_LIBRARIES_DEPEND_UPON += \
-L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
-L../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ \
-lmemcached \
-lOGoContentStore \
-lGDLAccess \
-lNGObjWeb \
+1 -1
View File
@@ -317,7 +317,7 @@ static NSArray *tasksFields = nil;
SOGoAppointmentFolders *clientObject;
SOGoUser *ownerUser;
NSString *owner, *role;
BOOL isErasable, *folderIsRemote;
BOOL isErasable, folderIsRemote;
infos = [NSMutableArray array];
marker = [NSNull null];