Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-info.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-10 11:47:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-10 11:47:15 (GMT)
commitf79d6e977948ded983460e2756fe6fc628719305 (patch)
tree05fb72c98035d90b0f077e86ab389a2a6a31f7b7 /backend/ev-document-info.h
parentca4ff0f0cd61a1cafa986b9bb6d16db5ccb7a8b5 (diff)
s/GTime*/GTime. Not sure why we was using a pointer at all there!
2005-06-10 Marco Pesenti Gritti <mpg@redhat.com> * 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!
Diffstat (limited to 'backend/ev-document-info.h')
-rw-r--r--backend/ev-document-info.h4
1 files changed, 2 insertions, 2 deletions
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;