Revision: 22925
          http://sourceforge.net/p/bibdesk/svn/22925
Author:   hofman
Date:     2018-11-04 15:06:20 +0000 (Sun, 04 Nov 2018)
Log Message:
-----------
= not ==

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

Modified: trunk/bibdesk/BDSKDocumentController.m
===================================================================
--- trunk/bibdesk/BDSKDocumentController.m      2018-11-03 22:31:15 UTC (rev 
22924)
+++ trunk/bibdesk/BDSKDocumentController.m      2018-11-04 15:06:20 UTC (rev 
22925)
@@ -384,7 +384,7 @@
             // try the main document first
             id document = [self mainDocument];
             if (nil == document) {
-                wasOpen == NO;
+                wasOpen = NO;
                 document = [self openUntitledDocumentAndDisplay:YES 
error:&error];
             }
             if ([document respondsToSelector:@selector(groups)]) {

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to