diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-04 02:21:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-04 02:21:47 +0800 |
commit | 49fd4ffbc41c4270efcc28d108b5a66d8773e178 (patch) | |
tree | 0c3ee5b15690e5214cf14bcac364cd435e66334a /shell/evolution-session.c | |
parent | f273b40d5edeb4da6408c265097c44d70ae861eb (diff) | |
download | gsoc2013-evolution-49fd4ffbc41c4270efcc28d108b5a66d8773e178.tar.gz gsoc2013-evolution-49fd4ffbc41c4270efcc28d108b5a66d8773e178.tar.zst gsoc2013-evolution-49fd4ffbc41c4270efcc28d108b5a66d8773e178.zip |
Update the ::user_select_folder() interface so that it accepts both a
physical URI or an evolution: one for specifying the default folder.
svn path=/trunk/; revision=4508
Diffstat (limited to 'shell/evolution-session.c')
-rw-r--r-- | shell/evolution-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-session.c b/shell/evolution-session.c index 0bc09f1ebe..1e0acb36b4 100644 --- a/shell/evolution-session.c +++ b/shell/evolution-session.c @@ -144,6 +144,8 @@ class_init (EvolutionSessionClass *klass) gtk_marshal_NONE__STRING, GTK_TYPE_NONE, 1, GTK_TYPE_STRING); + + corba_class_init (); } static void |