user-accounts: 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-18 11:56:36 +02:00 committed by Bastien Nocera
parent d8620d3bc1
commit 4001cbfc24
2 changed files with 1 additions and 18 deletions

View file

@ -33,19 +33,6 @@
<column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="user-account-window">
<property name="border_width">12</property>
<property name="title" translatable="yes">Account Information</property>
<property name="icon_name">system-users</property>
<child>
<object class="GtkVBox" id="user-account-main-vbox">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="margin-left">6</property>
<property name="margin-right">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<child>
<object class="GtkVBox" id="accounts-vbox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
@ -522,10 +509,6 @@
</object>
</child>
</object>
</child>
</object>
</child>
</object>
<object class="GtkSizeGroup" id="user-icon-sizegroup">
<property name="mode">both</property>
<widgets>

View file

@ -1429,7 +1429,7 @@ cc_user_panel_init (CcUserPanel *self)
button = get_widget (d, "user-icon-button");
d->photo_dialog = um_photo_dialog_new (button);
d->main_box = get_widget (d, "accounts-vbox");
gtk_widget_reparent (d->main_box, GTK_WIDGET (self));
gtk_container_add (GTK_CONTAINER (self), d->main_box);
d->history_dialog = um_history_dialog_new ();
setup_main_window (d);