aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-composer-prefs.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-07-28 01:49:56 +0800
committerMilan Crha <mcrha@redhat.com>2011-07-28 01:51:28 +0800
commit167e91e823ae90cef4a74c9d218c534b3f1f3e77 (patch)
tree4f50de0f13fc7fcb0067f5c06edcb51ee3c5190f /modules/mail/em-composer-prefs.c
parent396860a8dba2792c44144c0c0e1169f07f71ee6c (diff)
downloadgsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar.gz
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar.bz2
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar.lz
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar.xz
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.tar.zst
gsoc2013-evolution-167e91e823ae90cef4a74c9d218c534b3f1f3e77.zip
Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui
Diffstat (limited to 'modules/mail/em-composer-prefs.c')
-rw-r--r--modules/mail/em-composer-prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c
index 39da8544ec..2703a8d9e4 100644
--- a/modules/mail/em-composer-prefs.c
+++ b/modules/mail/em-composer-prefs.c
@@ -45,6 +45,7 @@
#include "e-util/e-util.h"
#include "e-util/e-util-private.h"
+#include "mail/e-mail-junk-options.h"
#include "widgets/misc/e-charset-combo-box.h"
#include "widgets/misc/e-signature-editor.h"
#include "widgets/misc/e-signature-manager.h"
@@ -331,6 +332,7 @@ em_composer_prefs_construct (EMComposerPrefs *prefs,
/* 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;
prefs->builder = gtk_builder_new ();