[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix compilation with vte < 0.51.3
noreply at xfce.org
noreply at xfce.org
Sun Jan 7 14:45:26 CET 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 6362e00819f728d1965493f27926dce26a45a69a
Author: Igor <f2404 at 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.
More information about the Xfce4-commits
mailing list