Revision: 7419
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7419&view=rev
Author:   hofman
Date:     2011-08-05 16:57:31 +0000 (Fri, 05 Aug 2011)

Log Message:
-----------
synchronize prefs after resetting SKIsRelaunch to make sure it really never 
sticks.

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

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2011-08-05 11:26:47 UTC (rev 7418)
+++ trunk/SKApplicationController.m     2011-08-05 16:57:31 UTC (rev 7419)
@@ -164,6 +164,7 @@
     if ([sud boolForKey:SKReopenLastOpenFilesKey] || [sud 
boolForKey:SKIsRelaunchKey]) {
         // just remove this in case opening the last open files crashes the 
app after a relaunch
         [sud removeObjectForKey:SKIsRelaunchKey];
+        [sud synchronize];
         
         NSArray *files = [sud objectForKey:SKLastOpenFileNamesKey];
         NSEnumerator *fileEnum = [files reverseObjectEnumerator];


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to