[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix Vte-WARNING related to regex
noreply at xfce.org
noreply at xfce.org
Fri Aug 19 16:51:28 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 b6e086675da34bc057d07447957b70a5d554e99f
Author: Igor <f2404 at yandex.ru>
Date: Fri Aug 19 17:51:23 2016 +0300
Fix Vte-WARNING related to regex
---
terminal/terminal-widget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c
index 86cd57e..6a844d6 100644
--- a/terminal/terminal-widget.c
+++ b/terminal/terminal-widget.c
@@ -756,7 +756,7 @@ terminal_widget_update_highlight_urls (TerminalWidget *widget)
/* build the regex */
error = NULL;
regex = g_regex_new (pattern->pattern,
- G_REGEX_CASELESS | G_REGEX_OPTIMIZE,
+ G_REGEX_CASELESS | G_REGEX_OPTIMIZE | G_REGEX_MULTILINE,
0, &error);
if (G_UNLIKELY (error != NULL))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list