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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 86450d4..6cd14e8 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -30,6 +30,7 @@
#include "ev-stock-icons.h"
#include "ev-debug.h"
+#include "ev-job-queue.h"
static struct poptOption popt_options[] =
{
@@ -82,6 +83,7 @@ main (int argc, char *argv[])
GNOME_PARAM_APP_DATADIR, DATADIR,
NULL);
+ ev_job_queue_init ();
g_set_application_name (_("Evince Document Viewer"));
ev_debug_init ();