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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
