[Xfce4-commits] [apps/xfce4-terminal] 01/01: Refine vte version required for set_color_cursor_foreground()

noreply at xfce.org noreply at xfce.org
Tue Aug 2 18:05:42 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 4118e0bdb73f6d85f5a4c38931fb5f0db0150b8f
Author: Igor <f2404 at yandex.ru>
Date:   Tue Aug 2 19:05:37 2016 +0300

    Refine vte version required for set_color_cursor_foreground()
---
 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 b721d75..d56eb40 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -960,7 +960,7 @@ terminal_screen_update_colors (TerminalScreen *screen)
   /* cursor color */
   has_cursor = terminal_preferences_get_color (screen->preferences, "color-cursor", &cursor);
   vte_terminal_set_color_cursor (VTE_TERMINAL (screen->terminal), has_cursor ? &cursor : NULL);
-#if VTE_CHECK_VERSION (0, 44, 2)
+#if VTE_CHECK_VERSION (0, 44, 0)
   vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen->terminal),
                                             has_cursor && has_bg ? &bg : NULL);
 #endif

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


More information about the Xfce4-commits mailing list