Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/impress/impress-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/impress/impress-document.c')
-rw-r--r--backend/impress/impress-document.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c
index 3f7a329..19fb8e3 100644
--- a/backend/impress/impress-document.c
+++ b/backend/impress/impress-document.c
@@ -290,13 +290,7 @@ impress_document_load (EvDocument *document,
/* FIXME: Could we actually load uris ? */
filename = g_filename_from_uri (uri, NULL, error);
if (!filename)
- {
- g_set_error_literal (error,
- EV_DOCUMENT_ERROR,
- EV_DOCUMENT_ERROR_INVALID,
- _("Remote files aren't supported"));
- return FALSE;
- }
+ return FALSE;
imp = imp_open (filename, &err);