[Xfce4-commits] [apps/xfce4-taskmanager] 06/20: Improve GOptionEntry initialization (bug 14401)
noreply at xfce.org
noreply at xfce.org
Wed May 30 22:00:20 CEST 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y 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-taskmanager.
commit a5f4aaa667ad34058219945c195b502de2688cf1
Author: rim <rozhuk.im at gmail.com>
Date: Wed May 30 21:42:04 2018 +0200
Improve GOptionEntry initialization (bug 14401)
---
src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 186edc7..4b29bbd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,8 +30,8 @@ static gboolean timeout = FALSE;
static gboolean start_hidden = FALSE;
static GOptionEntry main_entries[] = {
- { "start-hidden", 0, G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &start_hidden, "Don't open a task manager window" },
- { NULL }
+ { "start-hidden", 0, G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &start_hidden, "Don't open a task manager window", NULL },
+ { NULL, 0, 0, 0, NULL, NULL, NULL }
};
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list