Revision: 14567
http://sourceforge.net/p/skim-app/code/14567
Author: hofman
Date: 2024-10-21 22:51:44 +0000 (Mon, 21 Oct 2024)
Log Message:
-----------
class is registered as observer
Modified Paths:
--------------
trunk/SKNoteWindowController.m
Modified: trunk/SKNoteWindowController.m
===================================================================
--- trunk/SKNoteWindowController.m 2024-10-21 21:57:32 UTC (rev 14566)
+++ trunk/SKNoteWindowController.m 2024-10-21 22:51:44 UTC (rev 14567)
@@ -80,7 +80,7 @@
#pragma mark -
@interface SKNoteWindowController (SKPrivate)
-- (void)handleApplicationWillTerminate:(NSNotification *)notification;
++ (void)handleApplicationWillTerminate:(NSNotification *)notification;
- (void)handlePageLabelsChangedNotification:(NSNotification *)notification;
@end
@@ -269,7 +269,7 @@
[textView setDelegate:nil];
}
-- (void)handleApplicationWillTerminate:(NSNotification *)notification {
++ (void)handleApplicationWillTerminate:(NSNotification *)notification {
if ([temporaryDirectoryURL checkResourceIsReachableAndReturnError:NULL])
[[NSFileManager defaultManager] removeItemAtURL:temporaryDirectoryURL
error:NULL];
temporaryDirectoryURL = nil;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit