lib/shoes/swt/download.rb in shoes-swt-4.0.0.pre4 vs lib/shoes/swt/download.rb in shoes-swt-4.0.0.pre5
- old
+ new
@@ -1,9 +1,9 @@
class Shoes
module Swt
class Download
attr_accessor :busy
- def initialize(_dsl)
+ def initialize(_dsl, _app)
@busy = false
end
# This exists to guarantee the callback block for download completion
# executes on the main UI thread. Without it we get thread access errors.