Revision: 3362
http://skim-app.svn.sourceforge.net/skim-app/?rev=3362&view=rev
Author: hofman
Date: 2008-01-09 05:35:28 -0800 (Wed, 09 Jan 2008)
Log Message:
-----------
Use intValue in case the pref is a string.
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2008-01-09 12:49:07 UTC (rev 3361)
+++ trunk/SKPDFView.m 2008-01-09 13:35:28 UTC (rev 3362)
@@ -173,9 +173,9 @@
NSNumber *moveReadingBarModifiersNumber = [[NSUserDefaults
standardUserDefaults] objectForKey:SKMoveReadingBarModifiersKey];
NSNumber *resizeReadingBarModifiersNumber = [[NSUserDefaults
standardUserDefaults] objectForKey:SKResizeReadingBarModifiersKey];
if (moveReadingBarModifiersNumber)
- moveReadingBarModifiers = [moveReadingBarModifiersNumber
unsignedIntValue];
+ moveReadingBarModifiers = [moveReadingBarModifiersNumber intValue];
if (resizeReadingBarModifiersNumber)
- resizeReadingBarModifiers = [resizeReadingBarModifiersNumber
unsignedIntValue];
+ resizeReadingBarModifiers = [resizeReadingBarModifiersNumber intValue];
}
- (void)commonInitialization {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit