Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-job-xfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-job-xfer.c')
-rw-r--r--shell/ev-job-xfer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-job-xfer.c b/shell/ev-job-xfer.c
index cc9b7c4..b169f46 100644
--- a/shell/ev-job-xfer.c
+++ b/shell/ev-job-xfer.c
@@ -23,8 +23,8 @@
#include "ev-job-xfer.h"
-#include "ev-document-types.h"
#include "ev-file-helpers.h"
+#include "ev-document-factory.h"
#include <glib/gi18n.h>
#include <glib.h>
@@ -102,7 +102,7 @@ ev_job_xfer_run (EvJobXfer *job)
job->error = NULL;
}
- document = ev_document_types_get_document (job->uri, NULL, &error);
+ document = ev_document_factory_get_document (job->uri, NULL, &error);
if (document != NULL) {
EV_JOB (job)->document = document;