[pitivi] Cleans up the toolbar



commit d19cfba1b86854a2edc5237d19524822edaa70fc
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Wed Nov 4 16:18:21 2009 +0100

    Cleans up the toolbar
    
    [ui] Remove "New", "Open" and "Save" toolbar buttons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=558019

 pitivi/ui/mainwindow.xml |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.xml b/pitivi/ui/mainwindow.xml
index c820c25..8a20cf2 100644
--- a/pitivi/ui/mainwindow.xml
+++ b/pitivi/ui/mainwindow.xml
@@ -47,15 +47,12 @@
     </menu>
   </menubar>
   <toolbar name="MainToolBar">
-    <toolitem action="NewProject" />
-    <toolitem action="OpenProject" />
-    <toolitem action="SaveProject" />
-    <separator />
     <toolitem action="Undo" />
     <toolitem action="Redo" />
     <separator />
     <placeholder name="SourceList" />
     <separator />
+    <toolitem action="SaveProject" />
     <toolitem action="RenderProject" />
     <separator />
     <toolitem action="FullScreen" />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]