From a1ea6226fd6a8aa3a140ba69b84080a2d80a442f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 24 Sep 2007 09:51:46 +0000 Subject: [PATCH] * add missing commit... pmo-trunk-r3399 --- src/modest-account-mgr-priv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-account-mgr-priv.h b/src/modest-account-mgr-priv.h index 18a2981..38fd9bf 100644 --- a/src/modest-account-mgr-priv.h +++ b/src/modest-account-mgr-priv.h @@ -58,6 +58,8 @@ struct _ModestAccountMgrPrivate { guint timeout; GHashTable *notification_id_accounts; + GHashTable *server_account_key_hash; + GHashTable *account_key_hash; }; #define MODEST_ACCOUNT_MGR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), \ -- 1.7.9.5