[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix output of xfce4-notifyd-config --help (Bug #14922)
noreply at xfce.org
noreply at xfce.org
Wed Jan 2 23:35:49 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i 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-notifyd.
commit 2d11faf0eb969755406af5f12442d3bf9482c067
Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
Date: Wed Jan 2 23:34:43 2019 +0100
Fix output of xfce4-notifyd-config --help (Bug #14922)
---
xfce4-notifyd-config/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 9c3767a..b270d43 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -982,7 +982,7 @@ main(int argc,
xfce_textdomain(GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
- if(!gtk_init_with_args(&argc, &argv, "", option_entries, PACKAGE, &error)) {
+ if(!gtk_init_with_args(&argc, &argv, NULL, option_entries, PACKAGE, &error)) {
if(G_LIKELY(error)) {
g_printerr("%s: %s.\n", G_LOG_DOMAIN, error->message);
g_printerr(_("Type '%s --help' for usage."), G_LOG_DOMAIN);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list