Revision: 15513
          http://sourceforge.net/p/skim-app/code/15513
Author:   hofman
Date:     2025-06-20 21:28:22 +0000 (Fri, 20 Jun 2025)
Log Message:
-----------
don't send double KVO notifications

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

Modified: trunk/SKGeneralPreferences.m
===================================================================
--- trunk/SKGeneralPreferences.m        2025-06-20 16:52:22 UTC (rev 15512)
+++ trunk/SKGeneralPreferences.m        2025-06-20 21:28:22 UTC (rev 15513)
@@ -81,9 +81,7 @@
     if (interval > 0)
         [[self updater] setUpdateCheckInterval:interval];
     [[self updater] setAutomaticallyChecksForUpdates:interval > 0];
-    [self willChangeValueForKey:UPDATEINTERVAL_KEY];
     updateInterval = interval;
-    [self didChangeValueForKey:UPDATEINTERVAL_KEY];
 }
 
 - (SPUUpdater *)updater {

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to