mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
- Silence USES portlint warning - Rework pkg-message, and add new informations PR: 220751 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
13 lines
421 B
C
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);
|
|
}
|
|
|
|
|