From aa20072666850291f8a00dec148df5d58991ae60 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 8 Sep 2000 08:34:35 +0000 Subject: Added new interfaces to be exposed by the local storage, so that components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256 --- shell/evolution-shell-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-view.c') diff --git a/shell/evolution-shell-view.c b/shell/evolution-shell-view.c index 8ace962f1b..cef3287851 100644 --- a/shell/evolution-shell-view.c +++ b/shell/evolution-shell-view.c @@ -108,6 +108,8 @@ destroy (GtkObject *object) priv = shell_view->priv; g_free (priv); + + (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); } -- cgit