Revision: 22313
          http://sourceforge.net/p/bibdesk/svn/22313
Author:   hofman
Date:     2018-06-14 19:32:52 +0000 (Thu, 14 Jun 2018)
Log Message:
-----------
invert return value

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

Modified: trunk/bibdesk/BDSKTemplateParser.m
===================================================================
--- trunk/bibdesk/BDSKTemplateParser.m  2018-06-14 19:20:12 UTC (rev 22312)
+++ trunk/bibdesk/BDSKTemplateParser.m  2018-06-14 19:32:52 UTC (rev 22313)
@@ -878,7 +878,7 @@
 @implementation NSObject (BDSKTemplateParser)
 
 + (BOOL)isNotEmpty {
-    return NO;
+    return YES;
 }
 
 + (NSString *)templateStringValue {

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to