privacy: 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 17:19:51 +02:00 committed by Bastien Nocera
parent 33202b9c79
commit d9196b80d1
2 changed files with 1 additions and 6 deletions

View file

@ -689,7 +689,7 @@ cc_privacy_panel_init (CcPrivacyPanel *self)
update_lock_screen_sensitivity (self); update_lock_screen_sensitivity (self);
widget = WID ("privacy_vbox"); widget = WID ("privacy_vbox");
gtk_widget_reparent (widget, (GtkWidget *) self); gtk_container_add (GTK_CONTAINER (self), widget);
} }
static void static void

View file

@ -668,9 +668,6 @@
<action-widget response="0">trash_done</action-widget> <action-widget response="0">trash_done</action-widget>
</action-widgets> </action-widgets>
</object> </object>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="privacy_vbox"> <object class="GtkBox" id="privacy_vbox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
@ -692,6 +689,4 @@
</packing> </packing>
</child> </child>
</object> </object>
</child>
</object>
</interface> </interface>