From 179378d0f890c0b960bd26bad28540c68994919b Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 9 May 2007 17:34:15 +0000 Subject: [PATCH] 2007-05-09 Murray Cumming * src/modest-tny-account-store.c: (on_account_changed): Correct the signature of this signal handler. pmo-trunk-r1810 --- ChangeLog2 | 5 +++++ src/modest-tny-account-store.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog2 b/ChangeLog2 index 9ea665f..d55c885 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,10 @@ 2007-05-09 Murray Cumming + * src/modest-tny-account-store.c: (on_account_changed): + Correct the signature of this signal handler. + +2007-05-09 Murray Cumming + * src/modest-tny-account-store.c: (modest_tny_account_store_alert): Show a HildonNote instead of a GtkDialog for Maemo. diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 1455367..23ef0f6 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -231,8 +231,9 @@ on_account_removed (ModestAccountMgr *acc_mgr, const gchar *account, gboolean se static void -on_account_changed (ModestAccountMgr *acc_mgr, const gchar *account, gboolean server_account, - const gchar *key, gpointer user_data) +on_account_changed (ModestAccountMgr *acc_mgr, const gchar *account, + const gchar *key, gboolean server_account, gpointer user_data) + { ModestTnyAccountStore *self = MODEST_TNY_ACCOUNT_STORE(user_data); ModestTnyAccountStorePrivate *priv = MODEST_TNY_ACCOUNT_STORE_GET_PRIVATE(self); -- 1.7.9.5