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:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-03 18:18:57 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-03 18:18:57 (GMT)
commit81ab197b294eaaba8b6b99bf2c259c5adb1e2251 (patch)
treea46eb3b64bd16e26c890e8990cb3fe9c1d18b0f2 /backend/ev-document.c
parentf53f3523ebc7a082eb8a1c046cee836b67696912 (diff)
Fix document title bugs and fallback to filename when not available.
2005-01-03 Marco Pesenti Gritti <marco@gnome.org> * backend/ev-document.c: (ev_document_class_init): * pdf/xpdf/pdf-document.cc: * shell/ev-window.c: (ev_window_open): Fix document title bugs and fallback to filename when not available.
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