]> err.no Git - scalable-opengroupware.org/commitdiff
fixed WebDAV include
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 29 Sep 2004 12:18:48 +0000 (12:18 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 29 Sep 2004 12:18:48 +0000 (12:18 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@331 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/ChangeLog
SOGo/SoObjects/Mailer/SOGoMailBaseObject.m
SOGo/SoObjects/Mailer/Version

index 8a46551925e820f3880938044631b40ec9edf4da..0e6b6ad21f565d1e3a2cce4b159160ad502a0a73 100644 (file)
@@ -1,5 +1,7 @@
 2004-09-29  Helge Hess  <helge.hess@opengroupware.org>
 
+       * SOGoMailBaseObject.m: fixed WebDAV include (v0.9.13)
+
        * v0.9.12
        
        * SOGoMailAccount.m: added -shortTitle and use that as the
index 0b4de4daee38abbacaa5b791b8c8402fb9a6dea0..10a94f613e4a3a89d2ecd14b20aeb5124805b52c 100644 (file)
@@ -23,7 +23,7 @@
 #include "SOGoMailBaseObject.h"
 #include "SOGoMailManager.h"
 #include "common.h"
-#include <WebDAV/SoObject+SoDAV.h>
+#include <NGObjWeb/SoObject+SoDAV.h>
 #include <NGExtensions/NSURL+misc.h>
 
 @implementation SOGoMailBaseObject
index 9cef79939ea704d51f0e6725b9964991d0cafe31..92c8fa08c38f073a34665a077f87e34ece0ab9e3 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=12
+SUBMINOR_VERSION:=13