diff --git a/tests/examples/ges-ui.c b/tests/examples/ges-ui.c
index e4bc56f8ec..36a1568021 100644
--- a/tests/examples/ges-ui.c
+++ b/tests/examples/ges-ui.c
@@ -54,9 +54,9 @@ void window_destroy_cb (GtkObject * window, App * app);
void quit_item_activate_cb (GtkMenuItem * item, App * app);
-void delete_item_activate_cb (GtkMenuItem * item, App * app);
+void delete_activate_cb (GtkMenuItem * item, App * app);
-void add_file_item_activate_cb (GtkMenuItem * item, App * app);
+void add_file_activate_cb (GtkMenuItem * item, App * app);
void app_selection_changed_cb (GtkTreeSelection * selection, App * app);
@@ -90,7 +90,7 @@ quit_item_activate_cb (GtkMenuItem * item, App * app)
}
void
-delete_item_activate_cb (GtkMenuItem * item, App * app)
+delete_activate_cb (GtkMenuItem * item, App * app)
{
/* get a gslist of selected track objects */
GList *objects = NULL;
@@ -100,7 +100,7 @@ delete_item_activate_cb (GtkMenuItem * item, App * app)
}
void
-add_file_item_activate_cb (GtkMenuItem * item, App * app)
+add_file_activate_cb (GtkMenuItem * item, App * app)
{
GST_DEBUG ("add file signal handler");
diff --git a/tests/examples/ges-ui.glade b/tests/examples/ges-ui.glade
index 6d23218d6e..2a04b05053 100644
--- a/tests/examples/ges-ui.glade
+++ b/tests/examples/ges-ui.glade
@@ -98,11 +98,11 @@
@@ -126,11 +126,10 @@
True
@@ -163,6 +162,51 @@
0
+
+
+
+ False
+ 1
+
+
True
@@ -321,23 +365,29 @@
- 1
+ 2
-
- True
- 9
- gtk-add
- 1
-
-
+
+
+ Delete
+ gtk-delete
+ True
+
+
+
+ Add File
+ gtk-add
+ True
+
+