shell: Chain up CcNotebook's finalize function

This commit is contained in:
Bastien Nocera 2012-05-11 12:18:34 +01:00
parent b96c440da9
commit 2ea396cee3

View file

@ -113,6 +113,8 @@ cc_notebook_finalize (GObject *gobject)
g_list_free_full (self->priv->removed_pages, (GDestroyNotify) g_free);
self->priv->removed_pages = NULL;
G_OBJECT_CLASS (cc_notebook_parent_class)->finalize (gobject);
}
static GtkSizeRequestMode