diff --git a/tools/ges-ui.c b/tools/ges-ui.c
index c32ef61856..a7cf2eee4c 100644
--- a/tools/ges-ui.c
+++ b/tools/ges-ui.c
@@ -18,6 +18,12 @@ delete_item_activate_cb (GtkMenuItem * item, gpointer user)
g_print ("beleted!");
}
+void
+add_file_item_activate_cb (GtkMenuItem * item, gpointer user)
+{
+ g_print ("add file");
+}
+
int
main (int argc, char *argv[])
{
diff --git a/tools/ges-ui.glade b/tools/ges-ui.glade
index 42232aa5fd..80edce3b7e 100644
--- a/tools/ges-ui.glade
+++ b/tools/ges-ui.glade
@@ -123,6 +123,27 @@
True
+
+
+
@@ -231,7 +280,7 @@
True
- True
+ False
@@ -243,5 +292,11 @@
+