aboutsummaryrefslogtreecommitdiffstats
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/em-account-editor.c2
1 files changed, 2 insertions, 0 deletions
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 ();