Revision: 15504
          http://sourceforge.net/p/skim-app/code/15504
Author:   hofman
Date:     2025-06-20 15:07:01 +0000 (Fri, 20 Jun 2025)
Log Message:
-----------
invert boolean

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-20 14:43:57 UTC (rev 15503)
+++ trunk/SKMainWindowController.m      2025-06-20 15:07:01 UTC (rev 15504)
@@ -822,7 +822,7 @@
 - (void)updatePageLabelsAndOutlineForExpansionState:(NSDictionary *)info {
     // update page labels, also update the size of the table columns 
displaying the labels
     NSArray *newPageLabels = [[pdfView document] pageLabels];
-    BOOL changed = [newPageLabels isEqualToArray:pageLabels];
+    BOOL changed = NO == [newPageLabels isEqualToArray:pageLabels];
     pageLabels = [newPageLabels copy];
     
     [self updatePageLabel];

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to