notifications: 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 16:34:47 +02:00 committed by Bastien Nocera
parent e0583d0c0a
commit f83c66154e
2 changed files with 1 additions and 6 deletions

View file

@ -160,7 +160,7 @@ cc_notifications_panel_init (CcNotificationsPanel *panel)
w = GTK_WIDGET (gtk_builder_get_object (panel->builder,
"ccnotify-main-grid"));
gtk_widget_reparent (w, GTK_WIDGET (panel));
gtk_container_add (GTK_CONTAINER (panel), w);
gtk_widget_show (w);
}