aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2017-09-28 02:45:01 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2017-09-28 02:45:01 +0900
commit12b594569344159e4084a58695c2f58aff837adf (patch)
tree3923ddf1d74597d94b200508679513197d40edae
parent95fef825c805dc64e8459f63d05a4de8d8fb8fff (diff)
parente69e32086d85727699d0bf732adac1ff8c6cf923 (diff)
downloadmikutter-12b594569344159e4084a58695c2f58aff837adf.tar.gz
Merge remote-tracking branch 'origin/topic/1057-duplicate-call-on-dialog-dsl' into develop
-rw-r--r--core/plugin/gtk/dialog_window.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/gtk/dialog_window.rb b/core/plugin/gtk/dialog_window.rb
index 52fff25d..dda50434 100644
--- a/core/plugin/gtk/dialog_window.rb
+++ b/core/plugin/gtk/dialog_window.rb
@@ -123,7 +123,7 @@ module Plugin::Gtk
@state = :init
@values = default
@proc = Proc.new
- super()
+ super(){}
run
end