aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:19:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:19:36 +0800
commit9f128d951a3ab24341afbb677a2f1dd665b56548 (patch)
treeefdccccbacac5b94a33856abf90c66f4fec2c5f2 /shell/e-shell.c
parentc1f24d07e4670d9a98676ae700f567f658236e2d (diff)
downloadgsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.gz
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.zst
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.zip
Add a kludgy and simple interface to the shell views to access the
status bar, to report messages and progress. svn path=/trunk/; revision=4796
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 056ab0923c..ab4277b992 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -65,12 +65,15 @@ struct _EShellPrivate {
/* Constants. */
+/* FIXME: We need a component repository instead. */
+
#define SHORTCUTS_FILE_NAME "shortcuts.xml"
#define LOCAL_STORAGE_DIRECTORY "local"
-#define MAIL_COMPONENT_ID "OAFIID:evolution-shell-component:evolution-mail:d3cb3ed6-a654-4337-8aa0-f443751d6d1b"
-#define CALENDAR_COMPONENT_ID "OAFIID:evolution-shell-component:evolution-calendar:2eb9eb63-d305-4918-9c35-faae5db19e51"
-#define ADDRESSBOOK_COMPONENT_ID "OAFIID:evolution-shell-component:addressbook:b7a26547-7014-4bb5-98ab-2bcac2bb55ca"
+#define MAIL_COMPONENT_ID "OAFIID:evolution-shell-component:evolution-mail:d3cb3ed6-a654-4337-8aa0-f443751d6d1b"
+#define CALENDAR_COMPONENT_ID "OAFIID:evolution-shell-component:evolution-calendar:2eb9eb63-d305-4918-9c35-faae5db19e51"
+#define ADDRESSBOOK_COMPONENT_ID "OAFIID:evolution-shell-component:addressbook:b7a26547-7014-4bb5-98ab-2bcac2bb55ca"
+#define EXECUTIVE_SUMMARY_COMPONENT_ID "OAFIID:evolution-shell-component:evolution-executive-summary:785be7bc-2ed2-4c83-96f3-d6ec8015a5b2"
enum {
@@ -325,6 +328,9 @@ setup_components (EShell *shell)
if (! e_component_registry_register_component (priv->component_registry, ADDRESSBOOK_COMPONENT_ID))
g_warning ("Cannot activate addressbook component -- %s", ADDRESSBOOK_COMPONENT_ID);
+
+ if (! e_component_registry_register_component (priv->component_registry, EXECUTIVE_SUMMARY_COMPONENT_ID))
+ g_warning ("Cannot activate executive summary component -- %s", EXECUTIVE_SUMMARY_COMPONENT_ID);
}
title='2008-08-21 14:18:49 +0800'>2008-08-211-1/+0 * Update to 1.4.16.novel2008-08-022-4/+4 * - Update to 1.4.15novel2008-06-203-17/+16 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 1.4.14.novel2008-05-032-5/+4 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+2 * Chase libver after security/gsasl update.krion2007-09-051-1/+1 * Update to 1.4.13.novel2007-08-022-5/+4 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+2 * Update to 1.4.12.novel2007-06-262-4/+4 * Chase increase of security/gsasl shlib version.krion2007-06-011-1/+1 * - Add a dependency on security/ca-roots if using OpenSSL or gnutlsnovel2007-04-272-0/+27 * Update to 1.4.11.novel2007-04-122-4/+4 * Update to 1.4.10.novel2007-02-112-5/+4 * - Chase security/gnutls updatenovel2007-01-021-1/+2 * Update to 1.4.9.novel2006-12-032-4/+4 * Update to 1.4.8.novel2006-11-203-5/+4 * Remove an obsolete patch.novel2006-08-241-13/+0 * Update to 1.4.7.novel2006-08-213-5/+5 * Fix build on 4.x.novel2006-08-121-0/+13 * Chase gnutls shlib version change.novel2006-07-071-1/+2 * Update to 1.4.6.novel2006-06-202-7/+15 * Depend on gnutls instead of gnutls-devel in:novel2006-01-111-1/+1 * Update to 1.4.5.novel2005-12-302-3/+4 * Revive WITH_GNUTLS knob by depending on gnutls-devel.novel2005-12-231-7/+2 * Update to 1.4.4.novel2005-08-302-3/+3 * Update to 1.4.3.novel2005-07-202-3/+3 * - Update to 1.4.2novel2005-07-093-4/+14 * Update to 1.4.1.novel2005-05-293-15/+3 * Add previously forgotten INFO to fix plist.novel2005-04-201-0/+2 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Update to 1.4.0 (new stable version).novel2005-04-103-11/+23 * Use @freebsd.org address for my ports.novel2005-03-081-1/+1 * - Define conflicts with msmtp-develpav2005-01-161-2/+4