X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-document.c;h=daf09a5c5b0b2482408508e8cce155ba7c453e92;hb=06df42be42b1ca5f337ab0f2cae0aaeb16acf48a;hp=31fbd94bd5bbc6af16bbfb37e5d4c93565cf01da;hpb=ef262303183a13c3d166dd4873e74a78b38cee28;p=evince.git diff --git a/backend/djvu/djvu-document.c b/backend/djvu/djvu-document.c index 31fbd94b..daf09a5c 100644 --- a/backend/djvu/djvu-document.c +++ b/backend/djvu/djvu-document.c @@ -75,7 +75,7 @@ ev_djvu_error_quark (void) { static GQuark q = 0; if (q == 0) - q = g_quark_from_static_string ("ev-djvu-quark"); + q = g_quark_from_string ("ev-djvu-quark"); return q; } @@ -168,6 +168,10 @@ djvu_document_load (EvDocument *document, if (!doc) { g_free (filename); + g_set_error_literal (error, + EV_DOCUMENT_ERROR, + EV_DOCUMENT_ERROR_INVALID, + _("DJVU document has incorrect format")); return FALSE; } @@ -244,7 +248,7 @@ djvu_document_load (EvDocument *document, g_set_error_literal (error, G_FILE_ERROR, G_FILE_ERROR_EXIST, - _("The document is composed by several files. " + _("The document is composed of several files. " "One or more of such files cannot be accessed.")); return FALSE;