aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-filter-bar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /widgets/misc/e-filter-bar.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'widgets/misc/e-filter-bar.c')
-rw-r--r--widgets/misc/e-filter-bar.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/widgets/misc/e-filter-bar.c b/widgets/misc/e-filter-bar.c
index 87725cd498..42fc03882f 100644
--- a/widgets/misc/e-filter-bar.c
+++ b/widgets/misc/e-filter-bar.c
@@ -52,12 +52,10 @@ enum {
PROP_STATE
};
-
/* Callbacks. */
static void rule_changed (FilterRule *rule, gpointer user_data);
-
/* rule editor thingy */
static void
rule_editor_destroyed (EFilterBar *efb, GObject *deadbeef)
@@ -498,7 +496,6 @@ free_items (ESearchBarItem *items)
for (i = 0; items[i].id != -1; i++)
g_free (items[i].text);
-
g_free (items);
}
@@ -705,7 +702,6 @@ set_property (GObject *object, guint property_id, const GValue *value, GParamSpe
if (!strcmp ((gchar *)node->name, "filter-bar")) {
FilterRule *rule = NULL;
-
view_id = xml_get_prop_int (node, "view_id");
scope = xml_get_prop_int (node, "searchscope");
item_id = xml_get_prop_int (node, "item_id");
@@ -736,7 +732,6 @@ set_property (GObject *object, guint property_id, const GValue *value, GParamSpe
}
}
-
if (rule_set) {
esb->block_search = TRUE;
e_search_bar_set_text (esb, _("Advanced Search"));
@@ -765,7 +760,6 @@ set_property (GObject *object, guint property_id, const GValue *value, GParamSpe
/* set the text first (it doesn't emit a signal) */
-
/* now set the item_id and subitem_id */
item_id = xml_get_prop_int (node, "item_id");
subitem_id = xml_get_prop_int (node, "subitem_id");
@@ -804,7 +798,6 @@ set_property (GObject *object, guint property_id, const GValue *value, GParamSpe
xmlFree (text);
-
break;
}