]> git.cworth.org Git - sup/commitdiff
bugfix: backgrounding of thread loading not actually happening due to recent changes
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 5 Jun 2007 00:42:58 +0000 (00:42 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 5 Jun 2007 00:42:58 +0000 (00:42 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@436 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-index-mode.rb

index 4d7c35d99fb04a76084e33f9f1ba9b13398734dd..b90c21e48f8f9c32453bb642d4212557af3d5223 100644 (file)
@@ -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