aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-send-options.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-15 20:13:57 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-15 21:16:36 +0800
commit6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04 (patch)
tree839a4d68cad08f6e00925b796037d8d091f2bf86 /e-util/e-send-options.c
parent5e2efa2cd4ac7891fdf316dafd9ab249086e842a (diff)
downloadgsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.gz
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.bz2
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.lz
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.xz
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.zst
gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.zip
Fix compiler warnings.
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");