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
This commit is contained in:
@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user