Changeset 6069

Show
Ignore:
Timestamp:
01/03/09 23:45:33 (6 months ago)
Author:
kris
Message:

set @mythread=nil in stop_thread so the correct message will be printed if
an attempt is made to stop a thread that isn't running

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework3/trunk/plugins/thread.rb

    r6068 r6069  
    5959                         
    6060                        @mythread.kill 
     61                        @mythread = nil 
    6162                        print_line("Test thread stopped") 
    6263                end