[Xfce4-commits] [apps/xfce4-terminal] 01/01: set_word_char_exceptions() is available since vte 0.40.0

noreply at xfce.org noreply at xfce.org
Sun Jul 31 20:51:24 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 6f135b12821a3372d4f2894e6500615a14f4821e
Author: Igor <f2404 at yandex.ru>
Date:   Sun Jul 31 21:51:19 2016 +0300

    set_word_char_exceptions() is available since vte 0.40.0
---
 terminal/terminal-screen.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index bdab988..6f6da6d 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1179,7 +1179,9 @@ terminal_screen_update_word_chars (TerminalScreen *screen)
   g_object_get (G_OBJECT (screen->preferences), "word-chars", &word_chars, NULL);
   if (G_LIKELY (word_chars != NULL))
     {
+#if VTE_CHECK_VERSION (0, 40, 0)
       vte_terminal_set_word_char_exceptions (VTE_TERMINAL (screen->terminal), word_chars);
+#endif
       g_free (word_chars);
     }
 }

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


More information about the Xfce4-commits mailing list