summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-24 20:00:40 +0200
committerraveit65 <[email protected]>2016-06-29 16:23:03 +0200
commitd49b6aee6d2e889a08fe17b0788b16ba15e9da3f (patch)
tree1e68c7a60799f134106ed57223bc0e22000d2590 /backend
parent0cd127f0d86bda4a6f1645745af7b1cab84490f0 (diff)
downloadatril-d49b6aee6d2e889a08fe17b0788b16ba15e9da3f.tar.bz2
atril-d49b6aee6d2e889a08fe17b0788b16ba15e9da3f.tar.xz
xps: Fill version information of EvDocumentBackendInfo
https://git.gnome.org/browse/evince/commit/?id=3fee54a
Diffstat (limited to 'backend')
-rw-r--r--backend/xps/xps-document.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/xps/xps-document.c b/backend/xps/xps-document.c
index 53073e42..602220ac 100644
--- a/backend/xps/xps-document.c
+++ b/backend/xps/xps-document.c
@@ -195,8 +195,7 @@ xps_document_get_backend_info (EvDocument *document,
EvDocumentBackendInfo *info)
{
info->name = "libgxps";
- /* FIXME */
- info->version = "";
+ info->version = GXPS_VERSION_STRING;
return TRUE;
}