Revision: 29909
          http://sourceforge.net/p/bibdesk/svn/29909
Author:   hofman
Date:     2025-11-30 15:26:29 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
use macro

Modified Paths:
--------------
    trunk/bibdesk/BDSKParentGroup.m

Modified: trunk/bibdesk/BDSKParentGroup.m
===================================================================
--- trunk/bibdesk/BDSKParentGroup.m     2025-11-30 15:25:52 UTC (rev 29908)
+++ trunk/bibdesk/BDSKParentGroup.m     2025-11-30 15:26:29 UTC (rev 29909)
@@ -234,7 +234,7 @@
         if ([[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKNoInitialWebGroupKey] == NO) {
             webGroupCount = 1;
             BDSKWebGroup *webGroup = [[BDSKWebGroup alloc] init];
-            [self insertChild:webGroup afterRange:NSMakeRange(0, 0)];
+            [self insertChild:webGroup 
afterRange:NSMakeRange(webGroupLocation, 0)];
         }
     }
     return self;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to