made a small change to the seach to pdf sample
--- 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