summaryrefslogtreecommitdiff
path: root/mate-panel/panel-test-applets.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 12:37:37 +0200
committerLuke from DC <[email protected]>2021-12-14 21:03:25 +0000
commitc92b3aa972b3b2a7a00dfb2b3f9c4d96add929e2 (patch)
tree2cd9a76e2b370915daf03ec9eec324e5abb63769 /mate-panel/panel-test-applets.c
parent09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6 (diff)
downloadmate-panel-c92b3aa972b3b2a7a00dfb2b3f9c4d96add929e2.tar.bz2
mate-panel-c92b3aa972b3b2a7a00dfb2b3f9c4d96add929e2.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'mate-panel/panel-test-applets.c')
-rw-r--r--mate-panel/panel-test-applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-test-applets.c b/mate-panel/panel-test-applets.c
index 3f0000e2..05b60cd1 100644
--- a/mate-panel/panel-test-applets.c
+++ b/mate-panel/panel-test-applets.c
@@ -41,7 +41,7 @@ static const GOptionEntry options [] = {
{ "prefs-path", 0, 0, G_OPTION_ARG_STRING, &cli_prefs_path, N_("Specify a gsettings path in which the applet preferences should be stored"), NULL},
{ "size", 0, 0, G_OPTION_ARG_STRING, &cli_size, N_("Specify the initial size of the applet (xx-small, medium, large etc.)"), NULL},
{ "orient", 0, 0, G_OPTION_ARG_STRING, &cli_orient, N_("Specify the initial orientation of the applet (top, bottom, left or right)"), NULL},
- { NULL}
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
enum {