Revision: 12625
          http://sourceforge.net/p/skim-app/code/12625
Author:   hofman
Date:     2021-12-13 23:40:30 +0000 (Mon, 13 Dec 2021)
Log Message:
-----------
Get boolvalue from evaluated arguments

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

Modified: trunk/SKJoinCommand.m
===================================================================
--- trunk/SKJoinCommand.m       2021-12-13 23:38:14 UTC (rev 12624)
+++ trunk/SKJoinCommand.m       2021-12-13 23:40:30 UTC (rev 12625)
@@ -45,9 +45,8 @@
 
 - (id)performDefaultImplementation {
     id dP = [self directParameter];
-       NSDictionary *args = [self arguments];
-    id other = [args objectForKey:@"To"];
-    BOOL continuous = [[args objectForKey:@"Continuous"] boolValue];
+    id other = [[self arguments] objectForKey:@"To"];
+    BOOL continuous = [[[self evaluatedArguments] objectForKey:@"Continuous"] 
boolValue];
     PDFSelection *selection = [PDFSelection selectionWithSpecifier:dP];
     PDFSelection *otherSelection = other ? [PDFSelection 
selectionWithSpecifier:other] : nil;
     

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