Revision: 21859
          http://sourceforge.net/p/bibdesk/svn/21859
Author:   hofman
Date:     2018-02-09 22:21:59 +0000 (Fri, 09 Feb 2018)
Log Message:
-----------
compare count should amount to the same

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2018-02-09 22:05:40 UTC (rev 21858)
+++ trunk/bibdesk/BibDocument_Groups.m  2018-02-09 22:21:59 UTC (rev 21859)
@@ -388,7 +388,8 @@
         } else {
             [groupOutlineView reloadData];
             if ([[self selectedGroups] containsObject:group]) {
-                if (isWeb || succeeded || ([group publicationsWithoutUpdating] 
== nil && [groupedPublications count]))
+                if (isWeb || succeeded ||
+                    [[group publicationsWithoutUpdating] count] != 
[groupedPublications count])
                     [self displaySelectedGroups];
                 else
                     [self updateStatus];

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