From f79d6e977948ded983460e2756fe6fc628719305 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 10 Jun 2005 11:47:15 +0000 Subject: s/GTime*/GTime. Not sure why we was using a pointer at all there! 2005-06-10 Marco Pesenti Gritti * backend/ev-document-info.h: * shell/ev-properties.c: (ev_properties_new): s/GTime*/GTime. Not sure why we was using a pointer at all there! --- (limited to 'backend') diff --git a/backend/ev-document-info.h b/backend/ev-document-info.h index 77fecf2..3930910 100644 --- a/backend/ev-document-info.h +++ b/backend/ev-document-info.h @@ -104,8 +104,8 @@ struct _EvDocumentInfo char *producer; char *linearized; char *security; - GTime *creation_date; - GTime *modified_date; + GTime creation_date; + GTime modified_date; EvDocumentLayout layout; EvDocumentMode mode; guint ui_hints; -- cgit v0.9.1