Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties/ev-properties-view.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-04-29 17:17:50 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-04-29 17:17:50 (GMT)
commit42136586e9d7f6b52c667eff258de8e649806778 (patch)
tree8ed64681a3fcc4cd783f50b155e61eae1af08823 /properties/ev-properties-view.c
parent770aad84cf876bc66273577e5b10dd424fa1558a (diff)
Add missing chain to parent class methods. Fixes bug #433128.
2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_finalize): * properties/ev-properties-view.c: (ev_properties_view_dispose): * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize): * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize), (ev_pixbuf_cache_dispose): * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose): * shell/ev-tooltip.c: (ev_tooltip_dispose): Add missing chain to parent class methods. Fixes bug #433128. svn path=/trunk/; revision=2428
Diffstat (limited to 'properties/ev-properties-view.c')
-rw-r--r--properties/ev-properties-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c
index 1b8f1fb..2c2d8f0 100644
--- a/properties/ev-properties-view.c
+++ b/properties/ev-properties-view.c
@@ -96,6 +96,8 @@ ev_properties_view_dispose (GObject *object)
g_object_unref (properties->xml);
properties->xml = NULL;
}
+
+ G_OBJECT_CLASS (ev_properties_view_parent_class)->dispose (object);
}
static void