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-04-19 17:16:40 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-04-19 17:16:40 (GMT)
commita10ecfa416e9a12cf7d4191dade8c6aeb5ca2e01 (patch)
tree3386982b2001b8d7cd06ee471a2c6f6348d370c8 /backend/ev-document-info.h
parent5557d61c189dffac514f88ea900c5f3731434253 (diff)
s/GDate */GDate so we can just use g_free
2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document-info.h: s/GDate */GDate so we can just use g_free
Diffstat (limited to 'backend/ev-document-info.h')
-rw-r--r--backend/ev-document-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document-info.h b/backend/ev-document-info.h
index 54015d9..85965da 100644
--- a/backend/ev-document-info.h
+++ b/backend/ev-document-info.h
@@ -82,7 +82,7 @@ struct _EvDocumentInfo
const char *keywords;
EvDocumentLayout layout;
EvDocumentMode mode;
- GDate *creation_date;
+ GDate creation_date;
guint ui_hints;
/* Mask of all the valid fields */