From a3b6eb31e1ab5d5cd25b8e8b1492bbc7d30f3b3b Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 20 Oct 2008 10:45:45 +0000 Subject: [PATCH] * Another file changed in r6008, for the reverted tinymail change. pmo-trunk-r6106 --- src/modest-tny-local-folders-account.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/modest-tny-local-folders-account.c b/src/modest-tny-local-folders-account.c index d9e6c2a..e16597e 100644 --- a/src/modest-tny-local-folders-account.c +++ b/src/modest-tny-local-folders-account.c @@ -57,8 +57,7 @@ struct _ModestTnyLocalFoldersAccountPrivate static void get_folders (TnyFolderStore *self, TnyList *list, - TnyFolderStoreQuery *query, - gboolean refresh, + TnyFolderStoreQuery *query, GError **err); static TnyFolder* create_folder (TnyFolderStore *self, @@ -155,18 +154,14 @@ modest_tny_local_folders_account_query_passes (TnyFolderStoreQuery *query, TnyFo } static void -get_folders (TnyFolderStore *self, - TnyList *list, - TnyFolderStoreQuery *query, - gboolean refresh, - GError **err) +get_folders (TnyFolderStore *self, TnyList *list, TnyFolderStoreQuery *query, GError **err) { TnyCamelStoreAccountClass *parent_class; ModestTnyLocalFoldersAccountPrivate *priv; /* Call the base class implementation: */ parent_class = g_type_class_peek_parent (MODEST_TNY_LOCAL_FOLDERS_ACCOUNT_GET_CLASS (self)); - parent_class->get_folders (self, list, query, refresh, err); + parent_class->get_folders (self, list, query, err); /* Add our extra folder only if it passes the query */ priv = TNY_LOCAL_FOLDERS_ACCOUNT_GET_PRIVATE (self); -- 1.7.9.5