diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
commit | b0bf41fe4d1aec3c78424f34487f4abc68dafc46 (patch) | |
tree | 0df4d90ac2c65b229d106c0f96b59d1a7e750535 /x11/xfce4-terminal/files/patch-terminal_terminal-window.c | |
parent | - Update deskutils/xfce4-tumbler to 0.2.0 [1] (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=450045
Diffstat (limited to 'x11/xfce4-terminal/files/patch-terminal_terminal-window.c')
-rw-r--r-- | x11/xfce4-terminal/files/patch-terminal_terminal-window.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xfce4-terminal/files/patch-terminal_terminal-window.c b/x11/xfce4-terminal/files/patch-terminal_terminal-window.c new file mode 100644 index 000000000000..2cdb607f3fdc --- /dev/null +++ b/x11/xfce4-terminal/files/patch-terminal_terminal-window.c @@ -0,0 +1,13 @@ +--- 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); + } + + |