info: Remove unused toplevel window from .ui file

https://bugzilla.gnome.org/show_bug.cgi?id=708286
This commit is contained in:
Rui Matos 2013-09-17 14:33:09 +02:00 committed by Bastien Nocera
parent 416de8af2b
commit ae19832826
2 changed files with 1 additions and 6 deletions

View file

@ -1568,7 +1568,7 @@ info_panel_setup_overview (CcInfoPanel *self)
gtk_label_set_markup (GTK_LABEL (widget), self->priv->graphics_data->hardware_string);
widget = WID ("info_vbox");
gtk_widget_reparent (widget, (GtkWidget *) self);
gtk_container_add (GTK_CONTAINER (self), widget);
refresh_update_button (self);
}

View file

@ -175,9 +175,6 @@
<action-widget response="0">button1</action-widget>
</action-widgets>
</object>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="info_vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
@ -1193,6 +1190,4 @@
</packing>
</child>
</object>
</child>
</object>
</interface>