From 31464faad94d05f1dddb9cc638ada5b50a07fbb2 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Tue, 3 Aug 2010 15:54:25 +0200 Subject: [PATCH] get add_transition action from xml --- tests/examples/ges-ui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/examples/ges-ui.c b/tests/examples/ges-ui.c index 3c5995f..5dbae4c 100644 --- a/tests/examples/ges-ui.c +++ b/tests/examples/ges-ui.c @@ -45,6 +45,7 @@ typedef struct App GtkAction *add_file; GtkAction *add_test; GtkAction *add_title; + GtkAction *add_transition; GtkAction *delete; GtkAction *play; GtkComboBox *halign; @@ -985,6 +986,7 @@ create_ui (App * app) GET_WIDGET (app->add_file, "add_file", GTK_ACTION); GET_WIDGET (app->add_title, "add_text", GTK_ACTION); GET_WIDGET (app->add_test, "add_test", GTK_ACTION); + GET_WIDGET (app->add_transition, "add_transition", GTK_ACTION); GET_WIDGET (app->delete, "delete", GTK_ACTION); GET_WIDGET (app->play, "play", GTK_ACTION); GET_WIDGET (app->seconds, "seconds", GTK_ENTRY); -- 2.7.4