Revision: 15546
          http://sourceforge.net/p/skim-app/code/15546
Author:   hofman
Date:     2025-06-24 16:30:59 +0000 (Tue, 24 Jun 2025)
Log Message:
-----------
fix selector

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

Modified: trunk/SKApplication.m
===================================================================
--- trunk/SKApplication.m       2025-06-24 16:29:53 UTC (rev 15545)
+++ trunk/SKApplication.m       2025-06-24 16:30:59 UTC (rev 15546)
@@ -95,7 +95,7 @@
     if ([[self delegate] 
respondsToSelector:@selector(applicationStartsTerminating:)])
         [[NSNotificationCenter defaultCenter] addObserver:[self delegate] 
selector:@selector(applicationStartsTerminating:) 
name:SKApplicationStartsTerminatingNotification object:self];
     if ([[self delegate] 
respondsToSelector:@selector(applicationWillNotTerminate:)])
-        [[NSNotificationCenter defaultCenter] addObserver:[self delegate] 
selector:@selector(applicationStartsTerminating:) 
name:SKApplicationWillNotTerminateNotification object:self];
+        [[NSNotificationCenter defaultCenter] addObserver:[self delegate] 
selector:@selector(applicationWillNotTerminate:) 
name:SKApplicationWillNotTerminateNotification object:self];
 }
 
 - (BOOL)willDragMouse {

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