summaryrefslogtreecommitdiff
path: root/font-viewer/font-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'font-viewer/font-view.c')
-rw-r--r--font-viewer/font-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c
index 588b6ba5..995e2021 100644
--- a/font-viewer/font-view.c
+++ b/font-viewer/font-view.c
@@ -791,8 +791,8 @@ action_about (GSimpleAction *action,
}
static GActionEntry action_entries[] = {
- { "about", action_about, NULL, NULL, NULL },
- { "quit", action_quit, NULL, NULL, NULL }
+ { "about", action_about, NULL, NULL, NULL, { 0 } },
+ { "quit", action_quit, NULL, NULL, NULL, { 0 } }
};
static void