aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-08 08:37:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-08 08:37:43 +0800
commit5c866713c795795ef46cc90ed95ed7de98152971 (patch)
treee2572bde0adb2e23d35c6ad3390eb7f9e4ce8965 /shell/main.c
parent6c808496279d6c0e0f8d96fc7491b655f4a679cf (diff)
downloadgsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.gz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.bz2
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.lz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.xz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.zst
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.zip
Remove ESEvent.
Nudging EPlugin closer to full removal. Nothing in Evolution uses this anymore and 3rd-party plugins should be using EShell's "event::ready-to-start" signal or else GApplication's "startup" signal.
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c
index b070c03b15..7d73235dce 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -59,7 +59,6 @@
#include "e-shell.h"
#include "e-shell-migrate.h"
-#include "es-event.h"
#ifdef G_OS_WIN32
#include "e-util/e-win32-defaults.h"
@@ -665,7 +664,6 @@ main (gint argc,
if (!disable_eplugin) {
/* Register built-in plugin hook types. */
- es_event_hook_get_type ();
g_type_ensure (E_TYPE_IMPORT_HOOK);
g_type_ensure (E_TYPE_PLUGIN_UI_HOOK);
@@ -678,7 +676,6 @@ main (gint argc,
* as both shell backends and certain plugins hook into this. */
e_shell_migrate_attempt (shell);
- /* This is an alternative to the "upgrade.done" EEvent. */
e_shell_event (shell, "ready-to-start", NULL);
g_idle_add ((GSourceFunc) idle_cb, remaining_args);