diff options
-rw-r--r-- | smime/ChangeLog | 7 | ||||
-rw-r--r-- | smime/lib/e-cert-db.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index f7499b9859..01fdbfd7eb 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,10 @@ +2005-07-28 Mengjie Yu <meng-jie.yu@sun.com> + + * lib/e-cert-db.c: + Add reserved field for an empty structure. + + Fixes #311837 + 2005-07-20 Tor Lillqvist <tml@novell.com> * gui/Makefile.am: Use privsolib so the DLL gets installed in diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index ce1e908412..5f415880e0 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -103,6 +103,7 @@ enum { static guint e_cert_db_signals[LAST_SIGNAL]; struct _ECertDBPrivate { + guint reserved; }; #define PARENT_TYPE G_TYPE_OBJECT |