From 42136586e9d7f6b52c667eff258de8e649806778 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 29 Apr 2007 17:17:50 +0000 Subject: Add missing chain to parent class methods. Fixes bug #433128. 2007-04-29 Nickolay V. Shmyrev * 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 --- (limited to 'properties') 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 -- cgit v0.9.1