[Xfce4-commits] [apps/xfce4-terminal] 01/01: Revert "Do not mark tab as active when switching to another window"

noreply at xfce.org noreply at xfce.org
Tue Jun 26 15:12:01 CEST 2018


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit 93973960c6958c63a1a79b20ba48cae53acca95a
Author: Igor <f2404 at yandex.ru>
Date:   Tue Jun 26 09:10:53 2018 -0400

    Revert "Do not mark tab as active when switching to another window"
    
    The change prevented activity indicator from working when the window was inactive.
    
    This reverts commit 9e0c83ec786a8746a82c43d269c32f8e97f2930a.
---
 terminal/terminal-screen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 29d5708..77ea337 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1533,7 +1533,6 @@ terminal_screen_vte_window_contents_changed (TerminalScreen *screen)
 
   /* leave if we should not start an update */
   if (screen->tab_label == NULL
-      || !gtk_window_is_active (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (screen))))
       || (gtk_widget_get_state_flags (screen->terminal) & GTK_STATE_FLAG_FOCUSED) != 0
       || time (NULL) - screen->activity_resize_time <= 1)
     return;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list