Revision: 16050
          http://sourceforge.net/p/skim-app/code/16050
Author:   hofman
Date:     2026-02-10 16:59:31 +0000 (Tue, 10 Feb 2026)
Log Message:
-----------
pass timer from block parameter

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

Modified: trunk/SKTypeSelectHelper.m
===================================================================
--- trunk/SKTypeSelectHelper.m  2026-02-10 15:34:27 UTC (rev 16049)
+++ trunk/SKTypeSelectHelper.m  2026-02-10 16:59:31 UTC (rev 16050)
@@ -223,7 +223,7 @@
         [self updateSearchString:searchString];
     
     __weak SKTypeSelectHelper *weakSelf = self;
-    [self startTimerWithBlock:^(NSTimer *aTimer){ [weakSelf 
typeSelectCleanTimeout:timer]; }];
+    [self startTimerWithBlock:^(NSTimer *aTimer){ [weakSelf 
typeSelectCleanTimeout:aTimer]; }];
     
     processing = NO;
 }

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