summaryrefslogtreecommitdiff
path: root/src/mate-screensaver-dialog.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 11:39:18 +0200
committerrbuj <[email protected]>2021-10-28 11:39:18 +0200
commit5b1930d9c88191308b5566ce98a6789668b9bdf1 (patch)
tree52981d2c87c25c1127209a1eb895e1ec24531aff /src/mate-screensaver-dialog.c
parented6e6065bf0e85b64317b5a34b9f7a36a0c839a6 (diff)
downloadmate-screensaver-5b1930d9c88191308b5566ce98a6789668b9bdf1.tar.bz2
mate-screensaver-5b1930d9c88191308b5566ce98a6789668b9bdf1.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'src/mate-screensaver-dialog.c')
-rw-r--r--src/mate-screensaver-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mate-screensaver-dialog.c b/src/mate-screensaver-dialog.c
index d1dc21c..7e75eef 100644
--- a/src/mate-screensaver-dialog.c
+++ b/src/mate-screensaver-dialog.c
@@ -62,7 +62,7 @@ static GOptionEntry entries[] = {
{"enable-switch", 0, 0, G_OPTION_ARG_NONE, &enable_switch, N_("Show the switch user button"), NULL},
{"status-message", 0, 0, G_OPTION_ARG_STRING, &status_message, N_("Message to show in the dialog"), N_("MESSAGE")},
{"away-message", 0, 0, G_OPTION_ARG_STRING, &away_message, N_("Not used"), N_("MESSAGE")},
- {NULL}
+ {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}
};
static char* get_id_string(GtkWidget* widget)