* Fixed a mistake in the last commit thanks to Murray's good sight
authorSergio Villar Senin <svillar@igalia.com>
Fri, 8 Jun 2007 14:08:05 +0000 (14:08 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 8 Jun 2007 14:08:05 +0000 (14:08 +0000)
pmo-trunk-r2134

src/modest-account-mgr.h

index c355017..580be8a 100644 (file)
@@ -62,7 +62,7 @@ struct _ModestAccountMgrClass {
                                    gpointer user_data);
        void (* account_changed)   (ModestAccountMgr *obj, 
                                    const gchar* account,
-                                   const gchar* key, 
+                                   const GSList* key, 
                                    gboolean server_account,
                                    gpointer user_data);
 };