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-session.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-session.c') diff --git a/shell/evolution-session.c b/shell/evolution-session.c index 1e0acb36b4..8d92f8fd56 100644 --- a/shell/evolution-session.c +++ b/shell/evolution-session.c @@ -145,6 +145,8 @@ class_init (EvolutionSessionClass *klass) GTK_TYPE_NONE, 1, GTK_TYPE_STRING); + gtk_object_class_add_signals (object_class, signals, LAST_SIGNAL); + corba_class_init (); } -- cgit