Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index b7362e0..e4c2d1b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -45,6 +45,7 @@
#include "ev-stock-icons.h"
#include "ev-job-queue.h"
#include "ev-file-helpers.h"
+#include "ev-backends-manager.h"
static gchar *ev_page_label;
static gchar *ev_find_string;
@@ -379,6 +380,8 @@ main (int argc, char *argv[])
gnome_authentication_manager_init ();
#endif
+ ev_backends_manager_init ();
+
if (enable_metadata) {
ev_metadata_manager_init ();
}
@@ -408,6 +411,8 @@ main (int argc, char *argv[])
ev_metadata_manager_shutdown ();
}
+ ev_backends_manager_shutdown ();
+
#if WITH_GNOME
g_object_unref (program);
#endif