[gnome-boxes] sidebar: Remove redundant page



commit 4e72c19eea778c3955a508a3c6ea09ac812a16d7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Aug 12 17:12:01 2014 +0100

    sidebar: Remove redundant page
    
    Remove the redunant collection page from sidebar notebook.

 data/ui/sidebar.ui |    9 ---------
 src/sidebar.vala   |    1 -
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/data/ui/sidebar.ui b/data/ui/sidebar.ui
index 22dab43..68d6553 100644
--- a/data/ui/sidebar.ui
+++ b/data/ui/sidebar.ui
@@ -23,15 +23,6 @@
 
         <!-- Separate page for each UI state -->
 
-        <!-- Collection -->
-        <child>
-          <object class="GtkBox" id="collection_vbox">
-            <property name="visible">True</property>
-            <property name="orientation">vertical</property>
-            <property name="spacing">0</property>
-          </object>
-        </child>
-
         <!-- Wizard -->
         <child>
           <object class="GtkBox" id="wizard_vbox">
diff --git a/src/sidebar.vala b/src/sidebar.vala
index 0fdac45..8b38266 100644
--- a/src/sidebar.vala
+++ b/src/sidebar.vala
@@ -3,7 +3,6 @@ using Gtk;
 using Gdk;
 
 private enum Boxes.SidebarPage {
-    COLLECTION,
     WIZARD,
     PROPERTIES,
 }


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