Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--backend/ev-document-info.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2acf4f..f5f02e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
+ * backend/ev-document-info.h:
+
+ s/GDate */GDate so we can just use g_free
+
+2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
+
* shell/ev-window.c: (update_document_mode),
(ev_window_setup_document):
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 */