aboutsummaryrefslogtreecommitdiffstats
path: root/core/plugin/openimg/window.rb
diff options
context:
space:
mode:
Diffstat (limited to 'core/plugin/openimg/window.rb')
-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