From 167e91e823ae90cef4a74c9d218c534b3f1f3e77 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 27 Jul 2011 19:49:56 +0200 Subject: Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui --- mail/em-account-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index ed7d1729bf..0b6ff14616 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -60,6 +60,7 @@ #include "e-mail-backend.h" #include "e-mail-folder-utils.h" +#include "e-mail-junk-options.h" #include "e-mail-local.h" #include "e-mail-store.h" #include "em-config.h" @@ -2265,6 +2266,7 @@ emae_identity_page (EConfig *ec, /* Make sure our custom widget classes are registered with * GType before we load the GtkBuilder definition file. */ + E_TYPE_MAIL_JUNK_OPTIONS; EM_TYPE_FOLDER_SELECTION_BUTTON; builder = gtk_builder_new (); -- cgit