summaryrefslogtreecommitdiff
path: root/tests/testsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsocket.c')
-rw-r--r--tests/testsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsocket.c b/tests/testsocket.c
index 682a3354cd..41e8276730 100644
--- a/tests/testsocket.c
+++ b/tests/testsocket.c
@@ -43,7 +43,7 @@ quit_cb (gpointer callback_data,
static GtkItemFactoryEntry menu_items[] =
{
- { "/_File", NULL, 0, 0, "<Branch>" },
+ { "/_File", NULL, NULL, 0, "<Branch>" },
{ "/File/_Quit", "<control>Q", quit_cb, 0 },
};