aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-29 02:43:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-09 19:52:13 +0800
commit9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe (patch)
tree40cd51869e707a8fb622e2bccda73ce81d04528b
parent7a046642b6cebd0d079605de0f20e6e4dc811a4f (diff)
downloadgsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar.gz
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar.bz2
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar.lz
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar.xz
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.tar.zst
gsoc2013-evolution-9f77bfb1d60211bc79e33c07ec85bd6223e0cfbe.zip
Fix whitespace errors in mail/Makefile.am
-rw-r--r--mail/Makefile.am2
-rw-r--r--mail/em-folder-tree-model.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 045f28eee5..eab6cea110 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -210,7 +210,7 @@ libevolution_module_mail_la_LIBADD = \
libevolution_module_mail_la_LDFLAGS = \
-avoid-version -module $(NO_UNDEFINED)
-#libevolution_mail_la_DEPENDENCIES = em-filter-i18n.h
+libevolution_mail_la_DEPENDENCIES = em-filter-i18n.h
# Misc data to install
filterdir = $(privdatadir)
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index b67e0eb532..f78405a7c7 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -571,7 +571,7 @@ em_folder_tree_model_set_folder_info (EMFolderTreeModel *model, GtkTreeIter *ite
GtkTreeIter sub;
gboolean load = FALSE;
gboolean is_drafts = FALSE;
- gboolean is_template = FALSE;
+ gboolean is_templates = FALSE;
CamelFolder *folder;
gboolean emitted = FALSE;
const gchar *name;