* Fixes NB#66338, show the proper info banner when creating a folder fails
[modest] / src / modest-account-mgr.h
index acbef4a..eef1cdf 100644 (file)
@@ -63,7 +63,7 @@ struct _ModestAccountMgrClass {
        void (* account_removed)   (ModestAccountMgr *obj, 
                                    const gchar* account,
                                    gpointer user_data);
-
+       
        void (* account_changed)   (ModestAccountMgr *obj, 
                                    const gchar* account,
                                    gpointer user_data);
@@ -72,6 +72,9 @@ struct _ModestAccountMgrClass {
                                         const gchar* account,
                                         gboolean busy,
                                         gpointer user_data);   
+
+       void (* default_account_changed)(ModestAccountMgr *obj, 
+                                        gpointer user_data);
 };
 
 /**