[Xfce4-commits] [apps/xfburn] 01/01: Do not show translation info on --help output
noreply at xfce.org
noreply at xfce.org
Sun Aug 25 20:20:26 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/xfburn.
commit e76420ebc3ef0dd0b883733367796b57027f3448
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 25 15:20:02 2019 -0300
Do not show translation info on --help output
---
xfburn/xfburn-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfburn/xfburn-main.c b/xfburn/xfburn-main.c
index 0b9b9e0..e06ca6f 100644
--- a/xfburn/xfburn-main.c
+++ b/xfburn/xfburn-main.c
@@ -207,7 +207,7 @@ main (int argc, char **argv)
xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
- if (!gtk_init_with_args (&argc, &argv, "", optionentries, GETTEXT_PACKAGE, &error)) {
+ if (!gtk_init_with_args (&argc, &argv, NULL, optionentries, GETTEXT_PACKAGE, &error)) {
if (error != NULL) {
g_print (_("%s: %s\nTry %s --help to see a full list of available command line options.\n"), PACKAGE, error->message, PACKAGE_NAME);
g_error_free (error);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list