Revision: 12112
          http://sourceforge.net/p/skim-app/code/12112
Author:   hofman
Date:     2021-01-24 22:50:29 +0000 (Sun, 24 Jan 2021)
Log Message:
-----------
Invert flag for allowing UI resolving URL from alias

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

Modified: trunk/SKAlias.m
===================================================================
--- trunk/SKAlias.m     2021-01-19 10:28:27 UTC (rev 12111)
+++ trunk/SKAlias.m     2021-01-24 22:50:29 UTC (rev 12112)
@@ -174,11 +174,11 @@
 }
 
 - (NSURL *)fileURL {
-    return [self fileURLAllowingUI:NO];
+    return [self fileURLAllowingUI:YES];
 }
 
 - (NSURL *)fileURLNoUI {
-    return [self fileURLAllowingUI:YES];
+    return [self fileURLAllowingUI:NO];
 }
 
 @end

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