[Xfce4-commits] [apps/xfce4-terminal] 01/01: Rewrite string so it won't confuse the IDE
noreply at xfce.org
noreply at xfce.org
Wed Jul 27 12:25:54 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 f539fe4e7f78de093d5163ad63b331fb20132bf4
Author: Igor <f2404 at yandex.ru>
Date: Wed Jul 27 13:25:49 2016 +0300
Rewrite string so it won't confuse the IDE
---
terminal/terminal-app.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
index 84bd0aa..72f4c4d 100644
--- a/terminal/terminal-app.c
+++ b/terminal/terminal-app.c
@@ -327,7 +327,7 @@ terminal_app_create_window (TerminalApp *app,
if (role == NULL)
{
/* create a new window role */
- new_role = g_strdup_printf (PACKAGE_NAME "-%u-%d", (guint) time (NULL), g_random_int ());
+ new_role = g_strdup_printf ("%s-%u-%d", PACKAGE_NAME, (guint) time (NULL), g_random_int ());
role = new_role;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list