2007-05-09 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Wed, 9 May 2007 17:34:15 +0000 (17:34 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 9 May 2007 17:34:15 +0000 (17:34 +0000)
* src/modest-tny-account-store.c: (on_account_changed):
        Correct the signature of this signal handler.

pmo-trunk-r1810

ChangeLog2
src/modest-tny-account-store.c

index 9ea665f..d55c885 100644 (file)
@@ -1,5 +1,10 @@
 2007-05-09  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/modest-tny-account-store.c: (on_account_changed): 
+       Correct the signature of this signal handler.
+
+2007-05-09  Murray Cumming  <murrayc@murrayc.com>
+
        * src/modest-tny-account-store.c: (modest_tny_account_store_alert):
        Show a HildonNote instead of a GtkDialog for Maemo.
 
index 1455367..23ef0f6 100644 (file)
@@ -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);