* Fixed a segmentation fault when creating combo boxes
[modest] / src / modest-tny-account-store.h
index 81ffa97..a6b744d 100644 (file)
@@ -34,6 +34,7 @@
 #define __MODEST_TNY_ACCOUNT_STORE_H__
 
 #include <glib-object.h>
+#include <modest-defs.h>
 #include <tny-account-store.h>
 #include <tny-session-camel.h>
 #include <tny-shared.h>
@@ -62,11 +63,6 @@ struct _ModestTnyAccountStore {
 struct _ModestTnyAccountStoreClass {
        GObjectClass parent_class;
 
-       void (*password_requested) (ModestTnyAccountStore *self,
-                                   const gchar *account_name,
-                                   gchar **password,
-                                   gboolean *cancel,
-                                   gpointer user_data);
        void (*account_update)    (ModestTnyAccountStore *self,
                                   const gchar *account_name,
                                   gpointer user_data);