Revision
3122
Author
mattaimonetti@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

Diff

Modified: MacRuby/trunk/sample-macruby/Scripts/search_to_pdf.rb (3121 => 3122)


--- 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