[Xfce4-commits] [apps/xfce4-terminal] 01/01: Lost 'static'
noreply at xfce.org
noreply at xfce.org
Mon Mar 4 00:17:06 CET 2019
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 3d58226c722a0e3102074da47ec50bb07ffacb48
Author: Igor <f2404 at yandex.ru>
Date: Sun Mar 3 18:12:23 2019 -0500
Lost 'static'
---
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 6bc3532..cbaa68e 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1765,7 +1765,7 @@ terminal_screen_set_tab_label_color (TerminalScreen *screen,
-gboolean
+static gboolean
terminal_screen_is_text_unsafe (const gchar *text)
{
return text != NULL && (strstr (text, "sudo") != NULL || strchr (text, '\n') != NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list