From 67942d5a17374287bccb4914541e4aeef8c3c85c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 7 Nov 2011 10:26:36 +0100 Subject: Call e_gdbus_templates_init_main_thread() in main() --- shell/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index 4599b410cd..6da0745391 100644 --- a/shell/main.c +++ b/shell/main.c @@ -59,6 +59,7 @@ #include #include +#include #include #include "e-shell.h" @@ -524,6 +525,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); -- cgit v1.2.3