Revision: 15165
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15165&view=rev
Author:   hofman
Date:     2009-04-23 19:59:37 +0000 (Thu, 23 Apr 2009)

Log Message:
-----------
retain arguments of queued document search invocation

Modified Paths:
--------------
    trunk/bibdesk/BDSKDocumentSearch.m

Modified: trunk/bibdesk/BDSKDocumentSearch.m
===================================================================
--- trunk/bibdesk/BDSKDocumentSearch.m  2009-04-23 19:15:08 UTC (rev 15164)
+++ trunk/bibdesk/BDSKDocumentSearch.m  2009-04-23 19:59:37 UTC (rev 15165)
@@ -254,6 +254,7 @@
     
     // always queue a search, since the index content may be changing (in case 
of a search group)
     NSInvocation *invocation = [NSInvocation invocationWithTarget:self 
selector:@selector(_searchForString:index:)];
+    [invocation retainArguments];
     [invocation setArgument:&searchString atIndex:2];
     [invocation setArgument:&skIndex atIndex:3];
     [self queueInvocation:invocation];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to