aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-10-22 19:32:10 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-10-22 19:32:10 +0900
commitda9f9aeff4d4b57eee94fcbc8fc53c9ab702cbe5 (patch)
tree23b60f43dd952969ef10d6547122ccc77bae08af
parent1cd74a03f33b4294e5a1af7314e82ff76e81e695 (diff)
parent3f7707dafc305361a5b8211daf4ffe69038ffd2c (diff)
downloadmikutter-da9f9aeff4d4b57eee94fcbc8fc53c9ab702cbe5.tar.gz
Merge branch 'topic/911-openimg-forward-intent' into develop
-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