[macruby-changes] [3122] MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 14 19:13:58 PST 2009


Revision: 3122
          http://trac.macosforge.org/projects/ruby/changeset/3122
Author:   mattaimonetti at gmail.com
Date:     2009-12-14 19:13:55 -0800 (Mon, 14 Dec 2009)
Log Message:
-----------
made a small change to the seach to pdf sample

Modified Paths:
--------------
    MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb

Modified: MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb
===================================================================
--- MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb	2009-12-15 02:35:38 UTC (rev 3121)
+++ MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb	2009-12-15 03:13:55 UTC (rev 3122)
@@ -57,7 +57,7 @@
         puts "Request timed out... moving on!"
         break 
       else
-        NSRunLoop.currentRunLoop.runUntilDate NSDate.date
+        NSRunLoop.currentRunLoop.runUntilDate(NSDate.distantFuture)
       end
     end
    end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091214/4c3dc3c1/attachment.html>


More information about the macruby-changes mailing list