aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-10-02 22:22:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-10-02 22:22:11 +0800
commite062edf57318b368b82862dc40c17bcd4be86661 (patch)
tree0fed023afae4a59f56bca368b61ee8951ac05b01 /shell/e-shell.c
parent9f7278389604e1a8c212aac3056a122e99cf4344 (diff)
downloadgsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.gz
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.tar.zst
gsoc2013-evolution-e062edf57318b368b82862dc40c17bcd4be86661.zip
Added the ability for the shell to export the storage set view as a
Bonobo::Control (untested, and needed by Toshok's subscription dialog). Also, added a custom interface for this control so that the container can get notification when a folder gets selected. svn path=/trunk/; revision=5657
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c23
1 files changed, 20 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index d1125e0dc2..a7c1a2d2c0 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -269,6 +269,22 @@ impl_Shell_get_local_storage (PortableServer_Servant servant,
return copy_of_local_storage_interface;
}
+static Bonobo_Control
+impl_Shell_create_storage_set_view (PortableServer_Servant servant,
+ CORBA_Environment *ev)
+{
+ BonoboObject *bonobo_object;
+ EShell *shell;
+ BonoboControl *control;
+
+ bonobo_object = bonobo_object_from_servant (servant);
+ shell = E_SHELL (bonobo_object);
+
+ control = evolution_storage_set_view_factory_new_view (shell);
+
+ return bonobo_object_corba_objref (BONOBO_OBJECT (control));
+}
+
/* Initialization of the storages. */
@@ -484,9 +500,10 @@ corba_class_init (void)
base_epv->default_POA = NULL;
epv = g_new0 (POA_Evolution_Shell__epv, 1);
- epv->get_component_for_type = impl_Shell_get_component_for_type;
- epv->user_select_folder = impl_Shell_user_select_folder;
- epv->get_local_storage = impl_Shell_get_local_storage;
+ epv->get_component_for_type = impl_Shell_get_component_for_type;
+ epv->user_select_folder = impl_Shell_user_select_folder;
+ epv->get_local_storage = impl_Shell_get_local_storage;
+ epv->create_storage_set_view = impl_Shell_create_storage_set_view;
vepv = &shell_vepv;
vepv->Bonobo_Unknown_epv = bonobo_object_get_epv ();
r>* Update net/rabbitmq to version 3.7.5.olgeni2018-05-111-1/+1 * Update net/rabbitmq to version 3.7.4.olgeni2018-03-231-8/+9 * net/rabbitmq: recursively fix ownership of RABBITMQ_LOG_BASE on startup.olgeni2018-03-071-0/+1 * Update net/rabbitmq to version 3.6.14.olgeni2017-11-071-1/+1 * Update net/rabbitmq to version 3.6.13.olgeni2017-11-061-2/+1 * Correctly register the run-time python dependency for the ADMIN option.mat2017-11-021-2/+4 * Update LICENSEsunpoet2017-09-251-1/+2 * Update net/rabbitmq to version 3.6.12.olgeni2017-09-121-1/+1 * Update net/rabbitmq to version 3.6.11 (with Erlang 20 support).olgeni2017-08-241-2/+1 * Force using erlang-runtime19 for net/rabbitmq: the current version is NOTolgeni2017-06-251-4/+6 * Update net/rabbitmq to version 3.6.10.olgeni2017-05-25