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 bf341288a257708c9fb67f469c55d99cb796c86c
Author: Igor <f2...@yandex.ru>
Date:   Sat Aug 5 18:36:14 2017 -0400

    Focus the terminal after closing Set Title popover
    
    Fixes bug #13754
---
 terminal/terminal-window.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index d0938cf..84c6303 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -1983,6 +1983,10 @@ title_popover_close (GtkWidget      *popover,
   /* close the dialog */
   gtk_widget_destroy (window->priv->title_popover);
   window->priv->title_popover = NULL;
+
+  /* focus the terminal: bug #13754 */
+  if (G_LIKELY (window->priv->active != NULL))
+    terminal_screen_focus (window->priv->active);
 }
 
 

-- 
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