aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-spool-folder.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2004-12-07 06:14:38 +0800
committernobody <nobody@localhost>2004-12-07 06:14:38 +0800
commitb52ad770d4d6f8c925fa53ada8f023c3dfeae2e3 (patch)
tree4b7a3ea0625ec147eeede941ccf4d0c279efcc55 /camel/providers/local/camel-spool-folder.c
parent6a691aa4e5648cc9dffb5df69e5062c7e195e406 (diff)
downloadgsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.tar.gz
gsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.tar.zst
gsoc2013-evolution-b52ad770d4d6f8c925fa53ada8f023c3dfeae2e3.zip
This commit was manufactured by cvs2svn to create tagEVOLUTION_2_0_3
'EVOLUTION_2_0_3'. svn path=/tags/EVOLUTION_2_0_3/; revision=28076
Diffstat (limited to 'camel/providers/local/camel-spool-folder.c')
-rw-r--r--camel/providers/local/camel-spool-folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/local/camel-spool-folder.c b/camel/providers/local/camel-spool-folder.c
index c4c7da91b6..6a1bbf798a 100644
--- a/camel/providers/local/camel-spool-folder.c
+++ b/camel/providers/local/camel-spool-folder.c
@@ -44,8 +44,8 @@
#include "camel-session.h"
#include "camel-file-utils.h"
#include "camel-lock-client.h"
+
#include "camel-local-private.h"
-#include "camel-i18n.h"
#define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/
@@ -160,7 +160,7 @@ spool_get_meta_path(CamelLocalFolder *lf, const char *toplevel_dir, const char *
static CamelLocalSummary *
spool_create_summary(CamelLocalFolder *lf, const char *path, const char *folder, CamelIndex *index)
{
- return (CamelLocalSummary *)camel_spool_summary_new((CamelFolder *)lf, folder);
+ return (CamelLocalSummary *)camel_spool_summary_new(folder);
}
static int