diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-03 01:49:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-03 02:02:55 +0800 |
commit | a1082f0e45e1e34c3f0193ff3a51588c89f914c1 (patch) | |
tree | 9666a5cd090740aba0729c5ad55b808b1bf083e3 /mail/e-mail-reader.c | |
parent | b554b165941e9b4e394554591e93e31e5accef16 (diff) | |
download | gsoc2013-evolution-a1082f0e45e1e34c3f0193ff3a51588c89f914c1.tar.gz gsoc2013-evolution-a1082f0e45e1e34c3f0193ff3a51588c89f914c1.tar.zst gsoc2013-evolution-a1082f0e45e1e34c3f0193ff3a51588c89f914c1.zip |
Kill the last GtkOptionMenu instances.
Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c.
The widget provides a "charset" string property that allows us to bind
to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions()
to e-util/e-charset.c. Updated Glade files, #include lines, etc.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r-- | mail/e-mail-reader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index 7ffc873cb8..0e20dbb043 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -30,11 +30,11 @@ #include <X11/XF86keysym.h> #endif -#include "e-util/e-util.h" #include "e-util/e-binding.h" +#include "e-util/e-charset.h" +#include "e-util/e-util.h" #include "e-util/gconf-bridge.h" #include "shell/e-shell.h" -#include "widgets/misc/e-charset-picker.h" #include "widgets/misc/e-popup-action.h" #include "mail/e-mail-browser.h" |