From a1082f0e45e1e34c3f0193ff3a51588c89f914c1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 2 Jul 2009 13:49:11 -0400 Subject: 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. --- e-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 60507ec82d..c8b1c87417 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -43,6 +43,7 @@ eutilinclude_HEADERS = \ e-bconf-map.h \ e-binding.h \ e-categories-config.h \ + e-charset.h \ e-config.h \ e-config-listener.h \ e-cursor.h \ @@ -86,6 +87,7 @@ libeutil_la_SOURCES = \ e-bconf-map.c \ e-binding.c \ e-categories-config.c \ + e-charset.c \ e-config-listener.c \ e-config.c \ e-cursor.c \ -- cgit v1.2.3