[bijiben] noteID: init the dates
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] noteID: init the dates
- Date: Wed, 6 Nov 2013 22:33:17 +0000 (UTC)
commit 0eef041b0fdef8fdc86f780e701f4100294a7ca1
Author: Pierre-Yves Luyten <py luyten fr>
Date: Wed Nov 6 23:32:21 2013 +0100
noteID: init the dates
src/libbiji/biji-note-id.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/libbiji/biji-note-id.c b/src/libbiji/biji-note-id.c
index a37f346..94d0f92 100644
--- a/src/libbiji/biji-note-id.c
+++ b/src/libbiji/biji-note-id.c
@@ -62,6 +62,10 @@ biji_note_id_init (BijiNoteID *self)
self->priv->title = NULL;
self->priv->content = NULL;
+ self->priv->create_date = 0;
+ self->priv->basename = 0;
+ self->priv->last_metadata_change_date = 0;
+
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]