ports/x11/xfce4-terminal/files/patch-terminal_terminal-window.c
Guido Falsi b0bf41fe4d - Update x11/xfce4-terminal to 0.8.6
- Silence USES portlint warning
- Rework pkg-message, and add new informations

PR:		220751
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2017-09-18 15:15:52 +00:00

13 lines
421 B
C

--- terminal/terminal-window.c.orig 2017-07-05 22:57:57 UTC
+++ terminal/terminal-window.c
@@ -1879,6 +1879,10 @@ title_popover_close (GtkWidget *pop
/* 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);
}