Revision: 3236
http://skim-app.svn.sourceforge.net/skim-app/?rev=3236&view=rev
Author: hofman
Date: 2007-11-22 13:10:29 -0800 (Thu, 22 Nov 2007)
Log Message:
-----------
Add an 'else' to fix an issue with apple remote.
Modified Paths:
--------------
trunk/SKApplicationController.m
Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m 2007-11-22 20:31:53 UTC (rev 3235)
+++ trunk/SKApplicationController.m 2007-11-22 21:10:29 UTC (rev 3236)
@@ -347,7 +347,7 @@
case kRemoteButtonMinus:
if (remoteScrolling)
[[[controller pdfView] documentView] scrollLineDown];
- if ([controller isPresentation])
+ else if ([controller isPresentation])
[controller doZoomToActualSize:nil];
else
[controller doZoomOut:nil];
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