[Xfce4-commits] [apps/xfce4-terminal] 01/01: Scrollbar/menubar/toolbar were incorrectly shown in dropdown mode after window has been minimized/restored
noreply at xfce.org
noreply at xfce.org
Thu Aug 25 10:44:37 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 ddc8eee271d73bb5e8903450405640c83f8c229a
Author: Igor <f2404 at yandex.ru>
Date: Thu Aug 25 11:38:09 2016 +0300
Scrollbar/menubar/toolbar were incorrectly shown in dropdown mode after
window has been minimized/restored
Fixes https://bugzilla.xfce.org/show_bug.cgi?id=12790
---
terminal/terminal-window-dropdown.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/terminal/terminal-window-dropdown.c b/terminal/terminal-window-dropdown.c
index f53d03e..2458462 100644
--- a/terminal/terminal-window-dropdown.c
+++ b/terminal/terminal-window-dropdown.c
@@ -764,10 +764,7 @@ terminal_window_dropdown_show (TerminalWindowDropdown *dropdown,
/* show window */
if (!visible)
- {
- gtk_widget_show_all (GTK_WIDGET (dropdown));
- gtk_window_present_with_time (GTK_WINDOW (dropdown), timestamp);
- }
+ gtk_window_present_with_time (GTK_WINDOW (dropdown), timestamp);
/* move */
gtk_window_move (GTK_WINDOW (dropdown), x_dest, y_dest);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list