aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-field-chooser.c')
-rw-r--r--widgets/table/e-table-field-chooser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c
index 52db886cda..db43deb1a0 100644
--- a/widgets/table/e-table-field-chooser.c
+++ b/widgets/table/e-table-field-chooser.c
@@ -74,6 +74,8 @@ e_table_field_chooser_class_init (ETableFieldChooserClass *klass)
object_class = (GtkObjectClass*) klass;
vbox_class = (GtkVBoxClass *) klass;
+ glade_gnome_init();
+
parent_class = gtk_type_class (gtk_vbox_get_type ());
object_class->set_arg = e_table_field_chooser_set_arg;