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 6362e00819f728d1965493f27926dce26a45a69a
Author: Igor <f2...@yandex.ru>
Date:   Sun Jan 7 08:44:41 2018 -0500

    Fix compilation with vte < 0.51.3
    
    Fixes bug #14147
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index fa7e31b..13812cc 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1218,6 +1218,7 @@ terminal_screen_update_scrolling_on_keystroke 
(TerminalScreen *screen)
 static void
 terminal_screen_update_text_blink_mode (TerminalScreen *screen)
 {
+#if VTE_CHECK_VERSION (0, 51, 3)
   TerminalTextBlinkMode val;
   VteTextBlinkMode      mode = VTE_TEXT_BLINK_ALWAYS;
 
@@ -1244,7 +1245,6 @@ terminal_screen_update_text_blink_mode (TerminalScreen 
*screen)
         terminal_assert_not_reached ();
     }
 
-#if VTE_CHECK_VERSION (0, 51, 3)
   vte_terminal_set_text_blink_mode (VTE_TERMINAL (screen->terminal), mode);
 #endif
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to