Revision: 7168
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7168&view=rev
Author:   hofman
Date:     2011-03-17 12:04:33 +0000 (Thu, 17 Mar 2011)

Log Message:
-----------
use local variable

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

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2011-03-17 11:22:48 UTC (rev 7167)
+++ trunk/SKApplicationController.m     2011-03-17 12:04:33 UTC (rev 7168)
@@ -209,7 +209,7 @@
     [self registerCurrentDocuments:nil];
     
     // kHIDRemoteModeExclusiveAuto lets the HIDRemote handle activation when 
the app gets or loses focus
-    if ([[NSUserDefaults standardUserDefaults] 
boolForKey:SKEnableAppleRemoteKey]) {
+    if ([sud boolForKey:SKEnableAppleRemoteKey]) {
         [[HIDRemote sharedHIDRemote] 
startRemoteControl:kHIDRemoteModeExclusiveAuto];
         [[HIDRemote sharedHIDRemote] setDelegate:self];
     }


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

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to