Revision: 29388
http://sourceforge.net/p/bibdesk/svn/29388
Author: hofman
Date: 2025-07-28 22:38:54 +0000 (Mon, 28 Jul 2025)
Log Message:
-----------
invert condition
Modified Paths:
--------------
trunk/bibdesk/BDSKMacroWindowController.m
Modified: trunk/bibdesk/BDSKMacroWindowController.m
===================================================================
--- trunk/bibdesk/BDSKMacroWindowController.m 2025-07-28 14:55:54 UTC (rev
29387)
+++ trunk/bibdesk/BDSKMacroWindowController.m 2025-07-28 22:38:54 UTC (rev
29388)
@@ -167,7 +167,7 @@
}
- (void)windowWillClose:(NSNotification *)notification{
- if(![[self window] makeFirstResponder:[self window]])
+ if(NO == ![[self window] makeFirstResponder:[self window]])
[[self window] endEditingFor:nil];
if (macroResolver != [BDSKMacroResolver defaultMacroResolver])
[tableView setTypeSelectHelper:nil];
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