From 6b2a9a563f754366af99671e5df19fbc4c8c7ad8 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 22 Aug 2000 23:47:19 +0000 Subject: Started adding a time zone field to ECard. 2000-08-22 Christopher James Lahey * backend/e-card.h: Started adding a time zone field to ECard. * gui/component/e-addressbook-model.c: Added e_table_model_pre_change where appropriate. * gui/minicard/e-minicard-control.c: Added a ref and unref pair. svn path=/trunk/; revision=4971 --- addressbook/backend/ebook/e-card.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h index 3992067a55..8b0ac11b4d 100644 --- a/addressbook/backend/ebook/e-card.h +++ b/addressbook/backend/ebook/e-card.h @@ -65,6 +65,8 @@ struct _ECard { char *fburl; /* Free Busy URL */ + gint timezone; /* number of minutes from UTC as an int */ + EList *categories; /* Categories. */ EList *arbitrary; /* Arbitrary fields. */ -- cgit