]> www.fi.muni.cz Git - evince.git/commitdiff
s/GDate */GDate so we can just use g_free
authorMarco Pesenti Gritti <mpg@redhat.com>
Tue, 19 Apr 2005 17:16:40 +0000 (17:16 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Tue, 19 Apr 2005 17:16:40 +0000 (17:16 +0000)
2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>

        * backend/ev-document-info.h:

        s/GDate */GDate so we can just use g_free

ChangeLog
backend/ev-document-info.h

index a2acf4f4b8a1fe4b071b88502cf5437e5114460b..f5f02e47af31a371d9da0507bf7059d30b7a2e31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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),
index 54015d9e252b4646066793170a27eff1028205d5..85965da37673545c83eec3448a97a5acad98e3a0 100644 (file)
@@ -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 */