]> err.no Git - sope/commitdiff
fixed an uninit var on Cocoa
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:15:38 +0000 (23:15 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 2 May 2005 23:15:38 +0000 (23:15 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@788 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Templates/WOApplication+Builders.m
sope-appserver/NGObjWeb/Version

index a8d8d288daa5a71724781a458e921e5ae5de9ed4..3c116ffbccfbbe2e49f1c029b92b2bde09fa46eb 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * Templates/WOApplication+Builders.m: fixed an uninitialized variable
+         on Cocoa (v4.5.157)
+
 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
 
        * Templates/WODParser.m: fixed parsing of bool constants (got broken in
index eb3046c4ea91e71073d7cf21bfc4538481ec4c9e..e3883c911d82815163b3635082376679c0fb5a26 100644 (file)
   
   [self debugWithFormat:@"scanning for builder bundles ..."];
   
-#if !COCOA_Foundation_LIBRARY
+#if COCOA_Foundation_LIBRARY || NeXT_Foundation_LIBRARY
+  relPath = @"";
+#else
   relPath = @"Library/";
 #endif
   relPath = [NSString stringWithFormat:@"%@WOxElemBuilders-%i.%i/", relPath,
index 06bdea85663226675493a1983997b8e635c138ea..010a98679350f32c986a907970de87aa457eb5e6 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=156
+SUBMINOR_VERSION:=157
 
 # v4.5.122 requires libNGExtensions v4.5.153
 # v4.5.91  requires libNGExtensions v4.5.134