summaryrefslogtreecommitdiff
path: root/demos/widget-factory/widget-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/widget-factory/widget-factory.c')
-rw-r--r--demos/widget-factory/widget-factory.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.c b/demos/widget-factory/widget-factory.c
index 937dc63e88..7404e59674 100644
--- a/demos/widget-factory/widget-factory.c
+++ b/demos/widget-factory/widget-factory.c
@@ -286,6 +286,13 @@ main (int argc, char *argv[])
static GActionEntry app_entries[] = {
{ "about", activate_about, NULL, NULL, NULL },
{ "quit", activate_quit, NULL, NULL, NULL },
+
+ { "main", NULL, "s", "''", NULL },
+ { "wine", NULL, NULL, "false", NULL },
+ { "beer", NULL, NULL, "false", NULL },
+ { "water", NULL, NULL, "false", NULL },
+ { "dessert", NULL, "s", "''", NULL }
+
};
gint status;