Adapted to API change for Tinymail rev 3304
[modest] / src / widgets / modest-folder-view.c
index a753113..e22b93e 100644 (file)
@@ -1069,7 +1069,7 @@ tny_account_store_view_init (gpointer g, gpointer iface_data)
 {
        TnyAccountStoreViewIface *klass = (TnyAccountStoreViewIface *)g;
 
-       klass->set_account_store_func = modest_folder_view_set_account_store;
+       klass->set_account_store = modest_folder_view_set_account_store;
 
        return;
 }