From 6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 15 Dec 2012 07:13:57 -0500 Subject: Fix compiler warnings. --- e-util/e-send-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-send-options.c') 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"); -- cgit v1.2.3