[gnome-boxes/wip/wizard-n-props-in-dialog2: 5/12] Drop WizardSidebar



commit 67ff2abd64695dbe4b73321b0044ee58cfbebcea
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Nov 21 18:53:30 2014 +0000

    Drop WizardSidebar
    
    Drop the sidebar from wizard. It looks weird now in the dialog and what
    little functionality it provides will be replaced in the following patch
    through dialog title.

 data/gnome-boxes.gresource.xml |    1 -
 data/ui/wizard-dialog.ui       |    8 ---
 data/ui/wizard-sidebar.ui      |   94 ----------------------------------------
 src/Makefile.am                |    1 -
 src/wizard-dialog.vala         |    2 -
 src/wizard-sidebar.vala        |   42 ------------------
 6 files changed, 0 insertions(+), 148 deletions(-)
---
diff --git a/data/gnome-boxes.gresource.xml b/data/gnome-boxes.gresource.xml
index 96c9a15..b542b27 100644
--- a/data/gnome-boxes.gresource.xml
+++ b/data/gnome-boxes.gresource.xml
@@ -24,7 +24,6 @@
     <file preprocess="xml-stripblanks">ui/wizard.ui</file>
     <file preprocess="xml-stripblanks">ui/wizard-media-entry.ui</file>
     <file preprocess="xml-stripblanks">ui/wizard-scrolled.ui</file>
-    <file preprocess="xml-stripblanks">ui/wizard-sidebar.ui</file>
     <file preprocess="xml-stripblanks">ui/wizard-source.ui</file>
     <file preprocess="xml-stripblanks">ui/wizard-summary.ui</file>
     <file preprocess="xml-stripblanks">ui/wizard-dialog.ui</file>
diff --git a/data/ui/wizard-dialog.ui b/data/ui/wizard-dialog.ui
index 65cd011..6c69bd9 100644
--- a/data/ui/wizard-dialog.ui
+++ b/data/ui/wizard-dialog.ui
@@ -10,8 +10,6 @@
         |     |
         |     |-> hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
         |     |
-        |     |-> sidebar = new Boxes.WizardSidebar ();
-        |     |
         |     |-> wizard = new Boxes.Wizard ();
         |
         |-> cancel_btn (action child) = new Gtk.Button ();
@@ -44,12 +42,6 @@
             <property name="spacing">10</property>
 
             <child>
-              <object class="BoxesWizardSidebar" id="sidebar">
-                <property name="visible">True</property>
-              </object>
-            </child>
-
-            <child>
               <object class="BoxesWizard" id="wizard">
                 <property name="visible">True</property>
               </object>
diff --git a/src/Makefile.am b/src/Makefile.am
index 9cca2aa..0ab1fb3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -144,7 +144,6 @@ gnome_boxes_SOURCES =                               \
        libvirt-system-vm-importer.vala         \
        vnc-display.vala                        \
        wizard-dialog.vala                      \
-       wizard-sidebar.vala                     \
        wizard-source.vala                      \
        wizard.vala                             \
        downloader.vala                         \
diff --git a/src/wizard-dialog.vala b/src/wizard-dialog.vala
index 07ce568..468a180 100644
--- a/src/wizard-dialog.vala
+++ b/src/wizard-dialog.vala
@@ -7,8 +7,6 @@ private class Boxes.WizardDialog : Gtk.Dialog, Boxes.UI {
     public UIState ui_state { get; protected set; }
 
     [GtkChild]
-    public WizardSidebar sidebar;
-    [GtkChild]
     public Wizard wizard;
 
     [GtkChild]


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