diff options
author | Milan Crha <mcrha@redhat.com> | 2011-07-28 01:49:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:40 +0800 |
commit | d58c862efbe2dff5e78525293302cd4327ea1a77 (patch) | |
tree | 559c0eb02a6385b72ffe367cf99d1e0d8d381a63 /mail | |
parent | dbdbcf59912ff1eb6ba1a618f2454bfe339b5c39 (diff) | |
download | gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar.gz gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar.bz2 gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar.lz gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar.xz gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.tar.zst gsoc2013-evolution-d58c862efbe2dff5e78525293302cd4327ea1a77.zip |
Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 2 |
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 (); |