aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-send-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-send-options.c')
-rw-r--r--e-util/e-send-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-send-options.c b/e-util/e-send-options.c
index bf50dbefc0..f586f36f66 100644
--- a/e-util/e-send-options.c
+++ b/e-util/e-send-options.c
@@ -665,7 +665,7 @@ e_send_options_dialog_run (ESendOptionsDialog *sod,
/* Make sure our custom widget classes are registered with
* GType before we load the GtkBuilder definition file. */
- E_TYPE_DATE_EDIT;
+ g_type_ensure (E_TYPE_DATE_EDIT);
priv->builder = gtk_builder_new ();
e_load_ui_builder_definition (priv->builder, "e-send-options.ui");