aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 0b042d4d40..c8ce8a014a 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -57,6 +57,7 @@
#include <libxml/tree.h>
#include <libedataserver/e-categories.h>
+#include <libedataserver/e-gdbus-templates.h>
#include <libedataserverui/e-passwords.h>
#include "e-shell.h"
@@ -514,6 +515,8 @@ main (gint argc,
ical_set_unknown_token_handling_setting (ICAL_DISCARD_TOKEN);
#endif
+ e_gdbus_templates_init_main_thread ();
+
#ifdef G_OS_WIN32
path = g_build_path (";", _e_get_bindir (), g_getenv ("PATH"), NULL);