diff options
author | Milan Crha <mcrha@redhat.com> | 2011-07-28 01:49:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-07-28 01:51:28 +0800 |
commit | 167e91e823ae90cef4a74c9d218c534b3f1f3e77 (patch) | |
tree | 4f50de0f13fc7fcb0067f5c06edcb51ee3c5190f /modules/mail/em-network-prefs.c | |
parent | 396860a8dba2792c44144c0c0e1169f07f71ee6c (diff) | |
download | gsoc2013-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-network-prefs.c')
-rw-r--r-- | modules/mail/em-network-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/em-network-prefs.c b/modules/mail/em-network-prefs.c index 05572cb766..d33f71ec6c 100644 --- a/modules/mail/em-network-prefs.c +++ b/modules/mail/em-network-prefs.c @@ -39,6 +39,7 @@ #include "e-util/e-util.h" #include "e-util/e-util-private.h" +#include "mail/e-mail-junk-options.h" #include "em-config.h" #include "em-folder-selection-button.h" @@ -316,6 +317,7 @@ em_network_prefs_construct (EMNetworkPrefs *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 (); |