Revision: 7828
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7828&view=rev
Author:   amaxwell
Date:     2012-12-10 18:21:31 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
Xcode 4 warning

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

Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m  2012-12-10 18:20:39 UTC (rev 7827)
+++ trunk/SKNavigationWindow.m  2012-12-10 18:21:31 UTC (rev 7828)
@@ -168,7 +168,7 @@
 
 - (void)handleScaleChangedNotification:(NSNotification *)notification {
     [zoomButton setState:[[notification object] autoScales] ? NSOnState : 
NSOffState];
-    [zoomSlider setDoubleValue:log([[notification object] scaleFactor])];
+    [zoomSlider setDoubleValue:log([(PDFView *)[notification object] 
scaleFactor])];
 }
 
 - (void)handlePageChangedNotification:(NSNotification *)notification {

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to