[Xfce4-commits] [apps/ristretto] 01/02: Do not show translation info on --help output
noreply at xfce.org
noreply at xfce.org
Sun Aug 25 20:58:15 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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/ristretto.
commit ab4f4766cfcc9fcf3a637c69500dc9495ed7fab5
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 25 15:11:28 2019 -0300
Do not show translation info on --help output
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index e898456..b4e4869 100644
--- a/src/main.c
+++ b/src/main.c
@@ -95,7 +95,7 @@ main(int argc, char **argv)
textdomain (GETTEXT_PACKAGE);
#endif
- if (!gtk_init_with_args (&argc, &argv, "", entries, PACKAGE, &cli_error))
+ if (!gtk_init_with_args (&argc, &argv, NULL, entries, PACKAGE, &cli_error))
{
if (cli_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