aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-field-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-field-chooser.c')
-rw-r--r--e-util/e-table-field-chooser.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/e-util/e-table-field-chooser.c b/e-util/e-table-field-chooser.c
index dd8a171f9d..85069b6317 100644
--- a/e-util/e-table-field-chooser.c
+++ b/e-util/e-table-field-chooser.c
@@ -45,7 +45,10 @@ enum {
PROP_DND_CODE
};
-G_DEFINE_TYPE (ETableFieldChooser, e_table_field_chooser, GTK_TYPE_VBOX)
+G_DEFINE_TYPE (
+ ETableFieldChooser,
+ e_table_field_chooser,
+ GTK_TYPE_VBOX)
static void
e_table_field_chooser_class_init (ETableFieldChooserClass *class)