[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix handling of tabs reordering
noreply at xfce.org
noreply at xfce.org
Thu Mar 15 14:04:48 CET 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 61d9d0d58d53214bdedd2220fb3522c5440a6231
Author: Igor <f2404 at 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.
More information about the Xfce4-commits
mailing list