]> err.no Git - sope/commitdiff
fixed yet another bug in NGBundleManager path lookup
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 29 Aug 2004 22:07:37 +0000 (22:07 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 29 Aug 2004 22:07:37 +0000 (22:07 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@89 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/NGBundleManager.m
sope-core/NGExtensions/Version

index ddbb2d66d92a9575301568643f6ad681811e147a..5c7b98bc61fb2bc47ad902d4b667552ad01dd43a 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: fixed yet another bug in NGBundleManager path
+         lookup (v4.3.111)
+
 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGBundleManager.m: fixed an issue when running without GNUstep
index 6737371f178a63898e3d049573185d30594bde26..3d1fbdabdd8c5696c6f40a2949c9052100703b4e 100644 (file)
@@ -331,7 +331,7 @@ static BOOL debugOn = NO;
       tmp = [env objectForKey:@"GNUSTEP_PATHLIST"];
     tmp = [tmp componentsSeparatedByString:@":"];
     
-    for (i = 0; i < count; i++) {
+    for (i = 0, count = [tmp count]; i < count; i++) {
       p = [tmp objectAtIndex:i];
       p = [p stringByAppendingPathComponent:@"Library"];
       p = [p stringByAppendingPathComponent:@"Bundles"];
index 8e0992af9b745d75e611346f3f30960b1d66283b..b2e6649f20a29289b88d74fc267dfc0d2c85e6ea 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
 
-SUBMINOR_VERSION:=110
+SUBMINOR_VERSION:=111
 
 # v4.2.72 requires libEOControl v4.2.39