commit b561159df9e7f17c6ac68ae650d3b0fff831ae75
parent d2e1585b5434c74ac2ca6f5a7d43dcd326b4cc16
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Tue, 5 Jun 2007 00:42:58 +0000
bugfix: backgrounding of thread loading not actually happening due to recent changes
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@436 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -387,7 +387,7 @@ class ThreadIndexMode < LineCursorMode
end
end)})
- if opts[:background]
+ if opts[:background] || opts[:background].nil?
load_n_threads_background n, myopts
else
load_n_threads n, myopts