Revision: 2626
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2626&view=rev
Author:   hofman
Date:     2007-08-08 12:33:39 -0700 (Wed, 08 Aug 2007)

Log Message:
-----------
Update enabled of TOC button when reloading or unlocking the PDF document.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2007-08-08 17:35:13 UTC (rev 2625)
+++ trunk/SKMainWindowController.m      2007-08-08 19:33:39 UTC (rev 2626)
@@ -760,6 +760,8 @@
             [self updateOutlineSelection];
         }
         
+        [leftSideButton setEnabled:pdfOutline != nil 
forSegment:SKOutlineSidePaneState];
+        
         [noteOutlineView reloadData];
         
         [self updateNoteSelection];
@@ -2910,6 +2912,7 @@
             [outlineView expandItem: [outlineView itemAtRow: 0] 
expandChildren: NO];
         [self updateOutlineSelection];
     }
+    [leftSideButton setEnabled:pdfOutline != nil 
forSegment:SKOutlineSidePaneState];
 }
 
 - (void)handleColorSwatchColorsChangedNotification:(NSNotification 
*)notification {


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to