aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:47:42 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:47:42 +0800
commitb36981e4d5421120462f642146ca45845d0e164c (patch)
tree21cd3ce4e3f7651fdd496dc05ef462f297d9c46a
parent53337e992fde35e34fc9b8211ca717cc0c465705 (diff)
downloadgsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar.gz
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar.bz2
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar.lz
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar.xz
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.tar.zst
gsoc2013-evolution-b36981e4d5421120462f642146ca45845d0e164c.zip
Commit the right version of this file.
svn path=/trunk/; revision=4798
-rw-r--r--shell/e-shell.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index ab4277b992..26a556de96 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -73,7 +73,6 @@ struct _EShellPrivate {
#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 {
@@ -328,9 +327,6 @@ 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);
}