Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document.c')
-rw-r--r--backend/ev-document.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/ev-document.c b/backend/ev-document.c
index a76a555..e80f95f 100644
--- a/backend/ev-document.c
+++ b/backend/ev-document.c
@@ -73,7 +73,8 @@ ev_document_class_init (gpointer g_class)
g_param_spec_string ("title",
"Document Title",
"The title of the document",
- NULL, 0));
+ NULL,
+ G_PARAM_READABLE));
}
gboolean