[baobab] Toolbar is now mandatory



commit f16ee6f3a95d97e1c3158f02c276206ce19a6cc8
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Jul 23 14:57:13 2012 +0200

    Toolbar is now mandatory

 src/baobab-menu.ui     |    6 ------
 src/baobab-window.vala |    4 ----
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/baobab-menu.ui b/src/baobab-menu.ui
index 878ff46..979ad89 100644
--- a/src/baobab-menu.ui
+++ b/src/baobab-menu.ui
@@ -100,12 +100,6 @@
       </section>
       <section>
         <item>
-          <attribute name="label" translatable="yes">_Toolbar</attribute>
-          <attribute name="action">win.show-toolbar</attribute>
-        </item>
-      </section>
-      <section>
-        <item>
           <attribute name="label" translatable="yes">_Allocated Space</attribute>
           <attribute name="action">win.show-allocated</attribute>
         </item>
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index 13149f7..ca30887 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -55,7 +55,6 @@ namespace Baobab {
             { "scan-remote", on_scan_remote_activate },
             { "stop", on_stop_activate },
             { "reload", on_reload_activate },
-            { "show-toolbar", on_show_toolbar },
             { "show-allocated", on_show_allocated },
             { "expand-all", on_expand_all },
             { "collapse-all", on_collapse_all },
@@ -232,9 +231,6 @@ namespace Baobab {
             }
         }
 
-        void on_show_toolbar () {
-        }
-
         void on_show_allocated () {
         }
 



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