Revision: 28961
          http://sourceforge.net/p/bibdesk/svn/28961
Author:   hofman
Date:     2024-10-17 09:25:39 +0000 (Thu, 17 Oct 2024)
Log Message:
-----------
redirect window for sheet from external group to its document

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

Modified: trunk/bibdesk/BDSKExternalGroup.m
===================================================================
--- trunk/bibdesk/BDSKExternalGroup.m   2024-10-16 16:09:46 UTC (rev 28960)
+++ trunk/bibdesk/BDSKExternalGroup.m   2024-10-17 09:25:39 UTC (rev 28961)
@@ -200,7 +200,7 @@
 
 - (BOOL)isDocument { return NO; }
 
-- (NSWindow *)windowForSheetForObject:(id)object { return [[self document] 
windowForSheet]; }
+- (NSWindow *)windowForSheetForObject:(id)object { return [[self document] 
windowForSheetForObject:object]; }
 
 @end
 

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