Revision: 2940
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2940&view=rev
Author:   hofman
Date:     2007-09-19 13:48:54 -0700 (Wed, 19 Sep 2007)

Log Message:
-----------
Fix method name.

Modified Paths:
--------------
    trunk/SKSecondaryPDFView.h
    trunk/SKSecondaryPDFView.m

Modified: trunk/SKSecondaryPDFView.h
===================================================================
--- trunk/SKSecondaryPDFView.h  2007-09-19 18:46:18 UTC (rev 2939)
+++ trunk/SKSecondaryPDFView.h  2007-09-19 20:48:54 UTC (rev 2940)
@@ -55,7 +55,7 @@
 - (void)dragWithEvent:(NSEvent *)theEvent;
 - (void)reloadPagePopUpButton;
 - (void)handlePageChangedNotification:(NSNotification *)notification;
-- (void)handleDocumentDidUnlock:(NSNotification *)notification;
+- (void)handleDocumentDidUnlockNotification:(NSNotification *)notification;
 - (void)setNeedsDisplayForAnnotation:(PDFAnnotation *)annotation 
onPage:(PDFPage *)page;
 
 @end

Modified: trunk/SKSecondaryPDFView.m
===================================================================
--- trunk/SKSecondaryPDFView.m  2007-09-19 18:46:18 UTC (rev 2939)
+++ trunk/SKSecondaryPDFView.m  2007-09-19 20:48:54 UTC (rev 2940)
@@ -481,7 +481,7 @@
     [pagePopUpButton selectItemAtIndex:[[self document] indexForPage:[self 
currentPage]]];
 }
 
-- (void)handleDocumentDidUnlock:(NSNotification *)notification {
+- (void)handleDocumentDidUnlockNotification:(NSNotification *)notification {
     [self reloadPagePopUpButton];
     [self layoutScrollView];
 }


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to