[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix dropdown window not shown on different workspaces

noreply at xfce.org noreply at xfce.org
Thu Oct 20 15:36:50 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 7c68c45e7a3ade3741653c3170059d48d0a9eaa5
Author: Igor <f2404 at yandex.ru>
Date:   Thu Oct 20 16:36:41 2016 +0300

    Fix dropdown window not shown on different workspaces
---
 terminal/terminal-window-dropdown.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/terminal/terminal-window-dropdown.c b/terminal/terminal-window-dropdown.c
index 689f906..941dc29 100644
--- a/terminal/terminal-window-dropdown.c
+++ b/terminal/terminal-window-dropdown.c
@@ -776,8 +776,7 @@ terminal_window_dropdown_show (TerminalWindowDropdown *dropdown,
   y_dest = monitor_geo.y;
 
   /* show window */
-  if (!visible)
-    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