From 39d2958e2b8a1b0593dceb91db1d4293737b8032 Mon Sep 17 00:00:00 2001 From: moguno Date: Sun, 11 May 2014 13:25:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=82=B0=20#636=20=E3=80=8C=E5=86=8D?= =?UTF-8?q?=E8=B5=B7=E5=8B=95=E5=BE=8C=E3=80=81=E5=89=8D=E5=9B=9E=E8=B5=B7?= =?UTF-8?q?=E5=8B=95=E6=99=82=E3=81=AB=E9=96=89=E3=81=98=E3=81=9F=E3=83=97?= =?UTF-8?q?=E3=83=AD=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=81=8C=E3=80=81=E5=86=85=E9=83=A8=E3=81=8C=E7=A9=BA=E3=81=AE?= =?UTF-8?q?=E7=8A=B6=E6=85=8B=E3=81=A7=E7=94=9F=E6=88=90=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82=E3=82=8B=E3=80=8D?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3=E3=81=8C=E6=A4=9C=E7=B4=A2=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=80=81=E6=8A=BD=E5=87=BA=E3=82=BF=E3=83=96=E3=81=AB?= =?UTF-8?q?=E3=82=82=E9=81=A9=E7=94=A8=E3=81=95=E3=82=8C=E3=82=8B=E6=A7=98?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/plugin/command/command.rb | 1 - core/plugin/gtk/gtk.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/command/command.rb b/core/plugin/command/command.rb index 574b790..2d9a45b 100644 --- a/core/plugin/command/command.rb +++ b/core/plugin/command/command.rb @@ -176,7 +176,6 @@ Plugin.create :command do icon: Skin.get("close.png"), role: :tab) do |opt| opt.widget.destroy - Plugin.call(:rewind_window_order, opt.widget.ancestor_of(Plugin::GUI::Window)) end command(:focus_right_tab, diff --git a/core/plugin/gtk/gtk.rb b/core/plugin/gtk/gtk.rb index bbce4d5..9c1d4e1 100644 --- a/core/plugin/gtk/gtk.rb +++ b/core/plugin/gtk/gtk.rb @@ -360,6 +360,7 @@ Plugin.create :gtk do if pane pane.n_pages.times{ |pagenum| if widget == pane.get_tab_label(pane.get_nth_page(pagenum)) + Plugin.call(:rewind_window_order, i_widget.parent.parent) pane.remove_page(pagenum) break end } end else -- 1.9.2