aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-15 00:55:17 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-15 00:55:17 +0800
commit5a53fa86ce220e833c3c8e3f8108d1183f63bdb5 (patch)
tree6b897f60247605c291fc387c7b068b294cb85a50 /modules/mail/e-mail-shell-view.c
parentbb1653f64c0998f3c90d9cf0e7a2183dccd4611f (diff)
downloadgsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar.gz
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar.bz2
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar.lz
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar.xz
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.tar.zst
gsoc2013-evolution-5a53fa86ce220e833c3c8e3f8108d1183f63bdb5.zip
Whitespace cleanup.
Diffstat (limited to 'modules/mail/e-mail-shell-view.c')
-rw-r--r--modules/mail/e-mail-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view.c b/modules/mail/e-mail-shell-view.c
index e1a221e10f..195c6f57d1 100644
--- a/modules/mail/e-mail-shell-view.c
+++ b/modules/mail/e-mail-shell-view.c
@@ -341,7 +341,7 @@ filter:
string = g_string_sized_new (1024);
e_filter_rule_build_code (search_rule, string);
temp = g_strconcat ("(and", string->str, query, ")", NULL);
-
+
g_free (query);
query = temp;