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 + + + True + _Timeline + True + + + True + + + Add file... + True + image1 + False + + + + + + + True @@ -154,6 +175,8 @@ True True 12 + 450 + True True @@ -166,6 +189,32 @@ timeline 0 False + + + True + autosize + Description + True + + + + 0 + + + + + + + autosize + Duration + + + + 1 + + + + @@ -231,7 +280,7 @@ True - True + False @@ -243,5 +292,11 @@ + + True + 9 + gtk-add + 1 +