Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 21:46:46 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 21:46:46 (GMT)
commit11bd1d65957b444c7491e4fb252f3f50ce8ad3d2 (patch)
tree1c2373245b45247b94695e38ef9c59d3dd300bdf /shell/ev-properties.c
parentc6450a96c9e000535a222689a55bd20e3ee62206 (diff)
Use document info from page cache instead of document itself. fix for crash
306545
Diffstat (limited to 'shell/ev-properties.c')
-rw-r--r--shell/ev-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-properties.c b/shell/ev-properties.c
index 9e0af66..e2dba3d 100644
--- a/shell/ev-properties.c
+++ b/shell/ev-properties.c
@@ -120,7 +120,7 @@ setup_fonts_view (GladeXML *xml, GtkTreeModel *fonts)
}
GtkDialog *
-ev_properties_new (EvDocumentInfo *info, GtkTreeModel *fonts)
+ev_properties_new (const EvDocumentInfo *info, GtkTreeModel *fonts)
{
GladeXML *xml;
GtkWidget *dialog;