mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user