[Xfce4-commits] [apps/xfce4-terminal] 01/01: Show preferences dialog on top (it got hidden behind the terminal in drop-down mode)
noreply at xfce.org
noreply at xfce.org
Thu Jun 23 15:02:45 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 98cbf99f7857a4fa55a172687d5dadd358e0b88f
Author: Igor <f2404 at yandex.ru>
Date: Thu Jun 23 16:02:28 2016 +0300
Show preferences dialog on top (it got hidden behind the terminal in drop-down mode)
---
terminal/terminal-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 7ef1741..4011a04 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -1386,6 +1386,7 @@ terminal_window_action_prefs (GtkAction *action,
if (window->preferences_dialog != NULL)
{
gtk_window_set_transient_for (GTK_WINDOW (window->preferences_dialog), GTK_WINDOW (window));
+ gtk_window_set_keep_above (GTK_WINDOW (window->preferences_dialog), TRUE);
gtk_window_present (GTK_WINDOW (window->preferences_dialog));
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list