* change default mode of mainloop_abort_on_exception on multi-tk.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3dbb3c822
commit
12d3662b39
@ -27,7 +27,7 @@ MultiTkIp_OK.freeze
|
||||
class MultiTkIp
|
||||
|
||||
# ignore exception on the mainloop
|
||||
TclTkLib.mainloop_abort_on_exception = false
|
||||
TclTkLib.mainloop_abort_on_exception = nil
|
||||
|
||||
######################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user