Revision: 14733
          http://sourceforge.net/p/skim-app/code/14733
Author:   hofman
Date:     2024-11-20 23:35:57 +0000 (Wed, 20 Nov 2024)
Log Message:
-----------
Don't handle open defaults when launching with print document event

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

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2024-11-20 23:31:29 UTC (rev 14732)
+++ trunk/SKApplicationController.m     2024-11-20 23:35:57 UTC (rev 14733)
@@ -300,6 +300,8 @@
 }
 
 - (NSApplicationPrintReply)application:(NSApplication *)sender 
printFiles:(NSArray *)fileNames withSettings:(NSDictionary *)printSettings 
showPrintPanels:(BOOL)showPrintPanels {
+    didCheckReopen = YES;
+    
     NSUInteger count = [fileNames count];
     if ([fileNames count] == 0)
         return NSPrintingFailure;

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

Reply via email to