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 /composer/e-composer-private.h | |
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 'composer/e-composer-private.h')
-rw-r--r-- | composer/e-composer-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h index 82019b44ad..3d8a1b9f95 100644 --- a/composer/e-composer-private.h +++ b/composer/e-composer-private.h @@ -29,6 +29,7 @@ #include "e-composer-autosave.h" #include "e-composer-header-table.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 "widgets/misc/e-attachment-paned.h" |