From: Marco Pesenti Gritti Date: Tue, 19 Apr 2005 17:16:40 +0000 (+0000) Subject: s/GDate */GDate so we can just use g_free X-Git-Tag: EVINCE_0_2_1~21 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=a10ecfa416e9a12cf7d4191dade8c6aeb5ca2e01;p=evince.git s/GDate */GDate so we can just use g_free 2005-04-19 Marco Pesenti Gritti * backend/ev-document-info.h: s/GDate */GDate so we can just use g_free --- diff --git a/ChangeLog b/ChangeLog index a2acf4f4..f5f02e47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-19 Marco Pesenti Gritti + + * backend/ev-document-info.h: + + s/GDate */GDate so we can just use g_free + 2005-04-19 Marco Pesenti Gritti * shell/ev-window.c: (update_document_mode), diff --git a/backend/ev-document-info.h b/backend/ev-document-info.h index 54015d9e..85965da3 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 */