From 81ab197b294eaaba8b6b99bf2c259c5adb1e2251 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 03 Jan 2005 18:18:57 +0000 Subject: Fix document title bugs and fallback to filename when not available. 2005-01-03 Marco Pesenti Gritti * 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. --- (limited to 'backend/ev-document.c') 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 -- cgit v0.9.1