summaryrefslogtreecommitdiff
path: root/capplets/default-applications/mate-da-capplet.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/default-applications/mate-da-capplet.c')
-rw-r--r--capplets/default-applications/mate-da-capplet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/default-applications/mate-da-capplet.c b/capplets/default-applications/mate-da-capplet.c
index e5ade48b..e0e13d34 100644
--- a/capplets/default-applications/mate-da-capplet.c
+++ b/capplets/default-applications/mate-da-capplet.c
@@ -782,7 +782,9 @@ main(int argc, char** argv)
N_("Specify the name of the page to show (internet|multimedia|system|a11y)"),
N_("page")
},
- {NULL}
+ {
+ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL
+ }
};
GOptionContext* context = g_option_context_new(_("- MATE Default Applications"));