Revision: 29753
http://sourceforge.net/p/bibdesk/svn/29753
Author: hofman
Date: 2025-10-22 15:42:38 +0000 (Wed, 22 Oct 2025)
Log Message:
-----------
remove log
Modified Paths:
--------------
trunk/bibdesk/BDSKBookmarkController.m
trunk/bibdesk/BDSKSearchBookmarkController.m
Modified: trunk/bibdesk/BDSKBookmarkController.m
===================================================================
--- trunk/bibdesk/BDSKBookmarkController.m 2025-10-22 15:39:58 UTC (rev
29752)
+++ trunk/bibdesk/BDSKBookmarkController.m 2025-10-22 15:42:38 UTC (rev
29753)
@@ -321,7 +321,7 @@
}
}
-- (void)updateMenu:(NSMenu *)menu forDisplay:(BOOL)display
{NSLog(@"%i",display);
+- (void)updateMenu:(NSMenu *)menu forDisplay:(BOOL)display {
NSMenu *supermenu = [menu supermenu];
NSInteger idx = [supermenu indexOfItemWithSubmenu:menu];
BDSKBookmark *bookmark = nil;
Modified: trunk/bibdesk/BDSKSearchBookmarkController.m
===================================================================
--- trunk/bibdesk/BDSKSearchBookmarkController.m 2025-10-22 15:39:58 UTC
(rev 29752)
+++ trunk/bibdesk/BDSKSearchBookmarkController.m 2025-10-22 15:42:38 UTC
(rev 29753)
@@ -320,7 +320,7 @@
else if (idx >= 0)
bookmark = [[supermenu itemAtIndex:idx] representedObject];
- if ([bookmark isKindOfClass:[BDSKSearchBookmark class]] == NO|| [bookmark
menuNeedsUpdate] == NO)
+ if ([bookmark isKindOfClass:[BDSKSearchBookmark class]] == NO || [bookmark
menuNeedsUpdate] == NO)
return;
NSArray *bookmarks = [bookmark children];
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