[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix incorrect update of go-to-tab menu
noreply at xfce.org
noreply at xfce.org
Mon Aug 8 18:02:06 CEST 2016
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 f46cc8048d10148ffb7420e3ecbf4b70d8bf3237
Author: Igor <f2404 at yandex.ru>
Date: Mon Aug 8 19:02:00 2016 +0300
Fix incorrect update of go-to-tab menu
---
terminal/terminal-window.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index d56e049..8a5925c 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -818,9 +818,6 @@ terminal_window_notebook_page_switched (GtkNotebook *notebook,
terminal_return_if_fail (window == NULL);
terminal_return_if_fail (active == NULL || TERMINAL_IS_SCREEN (active));
- /* update actions in the window */
- terminal_window_update_actions (window);
-
/* only update when really changed */
if (G_LIKELY (window->active != active))
{
@@ -845,6 +842,9 @@ terminal_window_notebook_page_switched (GtkNotebook *notebook,
if (G_LIKELY (!was_null))
terminal_screen_set_window_geometry_hints (active, GTK_WINDOW (window));
}
+
+ /* update actions in the window */
+ terminal_window_update_actions (window);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list