diff --git a/tests/examples/ges-ui.c b/tests/examples/ges-ui.c index 3e81124bda..84f8200208 100644 --- a/tests/examples/ges-ui.c +++ b/tests/examples/ges-ui.c @@ -71,6 +71,7 @@ typedef struct App GtkAction *add_transition; GtkAction *delete; GtkAction *play; + GtkAction *stop; GtkComboBox *halign; GtkComboBox *valign; @@ -633,6 +634,7 @@ create_ui (App * app) 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->stop, "stop", GTK_ACTION); GET_WIDGET (app->seconds, "seconds", GTK_ENTRY); GET_WIDGET (app->generic_duration, "generic_duration", GTK_WIDGET); GET_WIDGET (app->background_type, "background_type", GTK_COMBO_BOX); diff --git a/tests/examples/ges-ui.glade b/tests/examples/ges-ui.glade index add997da75..f7745372f5 100644 --- a/tests/examples/ges-ui.glade +++ b/tests/examples/ges-ui.glade @@ -134,8 +134,8 @@ True - delete True + delete True True @@ -162,22 +162,22 @@ True - add_file True + add_file True - add_text True + add_text True - add_test True + add_test True True @@ -185,8 +185,8 @@ True - add_transition True + add_transition True True @@ -200,12 +200,20 @@ True - play True + play True True + + + True + True + stop + True + + @@ -335,6 +343,19 @@ True + + + True + True + stop + toolbutton6 + True + + + False + True + + False @@ -766,16 +787,16 @@ - - - + + + + - - - - + + + @@ -834,4 +855,9 @@ True + + Stop + Stop + gtk-media-stop +