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 076a11a0d6e8645a022afb89bd8f3f87a2e93fbd
Author: Igor <f2...@yandex.ru>
Date:   Sun Jul 31 21:37:27 2016 +0300

    Fix Double Click chars setting (vte API has been renamed)
    
    Fixes https://bugzilla.xfce.org/show_bug.cgi?id=12735
---
 terminal/terminal-screen.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index f9cb0da..bdab988 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1179,8 +1179,7 @@ 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))
     {
-      // TODO: removed functionality, remove
-      //vte_terminal_set_word_chars (VTE_TERMINAL (screen->terminal), 
word_chars);
+      vte_terminal_set_word_char_exceptions (VTE_TERMINAL (screen->terminal), 
word_chars);
       g_free (word_chars);
     }
 }

-- 
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