[gnome-control-center] shell: Chain up CcNotebook's finalize function
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Chain up CcNotebook's finalize function
- Date: Tue, 15 May 2012 13:20:10 +0000 (UTC)
commit 2ea396cee3b4ccb11290985fa4f18db5796206cd
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 11 12:18:34 2012 +0100
shell: Chain up CcNotebook's finalize function
shell/cc-notebook.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/shell/cc-notebook.c b/shell/cc-notebook.c
index f183a5e..819dac3 100644
--- a/shell/cc-notebook.c
+++ b/shell/cc-notebook.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]