This is an automated email from the git hooks/post-receive script.

f2404 pushed a 
commit to branch 
master
in repository apps/xfce4-terminal.

commit 61d9d0d58d53214bdedd2220fb3522c5440a6231
Author: Igor <f2...@yandex.ru>
Date:   Thu Mar 15 09:04:04 2018 -0400

    Fix handling of tabs reordering
    
    Fix bug #14278
---
 terminal/terminal-window.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index eca35ba..68daa03 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -1105,10 +1105,8 @@ terminal_window_notebook_page_reordered (GtkNotebook     
*notebook,
                                          guint            page_num,
                                          TerminalWindow  *window)
 {
-
-  /* update actions in the window */
-  terminal_window_update_actions (window);
-
+  /* Regenerate the "Go" menu */
+  terminal_window_rebuild_tabs_menu (window);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to