X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fmain.c;h=6cd14e882b1cdc55d42038177d30ae648871d948;hb=1c0d19bd22598eca159c3febdcdaf4168891cb8f;hp=86450d4d85e6cf847dfb29645b97b3699a41bbe6;hpb=11e0560261020abaa19efd5f1c901838855c7628;p=evince.git diff --git a/shell/main.c b/shell/main.c index 86450d4d..6cd14e88 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 ();