X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fimpress%2Fimpress-document.c;h=72eb8c1fe3cc5c8d1ae932ae2c1e35dc8b29f503;hb=206bc8045e1d217e09f0e640d14791f2669a92ac;hp=46c2cc966eb7cd4049728dd467ac4f06c93a5faa;hpb=4fa75bde2ba25552357b5f27099769db89a3394f;p=evince.git diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c index 46c2cc96..72eb8c1f 100644 --- a/backend/impress/impress-document.c +++ b/backend/impress/impress-document.c @@ -310,9 +310,13 @@ impress_document_load (EvDocument *document, static gboolean impress_document_save (EvDocument *document, - const char *uri, - GError **error) + const char *uri, + GError **error) { + g_set_error_literal (error, + EV_DOCUMENT_ERROR, + EV_DOCUMENT_ERROR_INVALID, + "Not supported"); return FALSE; }