aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-10-22 18:55:17 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-10-22 19:31:51 +0900
commit3f7707dafc305361a5b8211daf4ffe69038ffd2c (patch)
tree23b60f43dd952969ef10d6547122ccc77bae08af
parent1cd74a03f33b4294e5a1af7314e82ff76e81e695 (diff)
downloadmikutter-3f7707dafc305361a5b8211daf4ffe69038ffd2c.tar.gz
openimg: 次のintentボタン refs #911
-rw-r--r--core/plugin/openimg/window.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/openimg/window.rb b/core/plugin/openimg/window.rb
index ee57f07a..1d5517d3 100644
--- a/core/plugin/openimg/window.rb
+++ b/core/plugin/openimg/window.rb
@@ -142,7 +142,7 @@ module Plugin::Openimg
def gen_browser_clicked
proc do
- Plugin.call(:open, @next_opener)
+ @next_opener.forward
false
end
end