diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-03 18:31:00 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-03 18:31:00 +0800 |
commit | e24fd5f7d15b9a97812764d1598a267204fc4479 (patch) | |
tree | 171d12e7abae6f09cccd02598bbea449daab5a05 /mail/em-composer-prefs.c | |
parent | 03cdf54aaba80cf64c118b148c32d5f540365d93 (diff) | |
download | gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.gz gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.zst gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.zip |
removed.
2004-05-03 Not Zed <NotZed@Ximian.com>
* mail-send-recv.c (receive_update_done): removed.
* em-mailer-prefs.h:
* message-tag-followup.h:
* mail-config-druid.h:
* mail-tools.h: clean up & use forward decls. Fix users with
busted includes.
svn path=/trunk/; revision=25745
Diffstat (limited to 'mail/em-composer-prefs.c')
-rw-r--r-- | mail/em-composer-prefs.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index 3e5d7c930e..3c7783ea20 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -45,6 +45,19 @@ #include <gtk/gtkliststore.h> #include <gtk/gtktreeselection.h> #include <gtk/gtktreeview.h> +#include <gtk/gtkdialog.h> +#include <gtk/gtkbutton.h> +#include <gtk/gtktogglebutton.h> +#include <gtk/gtkoptionmenu.h> +#include <gtk/gtkcellrenderertoggle.h> +#include <gtk/gtkcellrenderertext.h> +#include <gtk/gtkimage.h> +#include <gtk/gtkstock.h> + +#include <libgnomeui/gnome-file-entry.h> +#include <libgnomeui/gnome-color-picker.h> + +#include <gtkhtml/gtkhtml.h> #include "widgets/misc/e-charset-picker.h" #include "widgets/misc/e-error.h" @@ -52,7 +65,7 @@ #include <e-util/e-icon-factory.h> #include "mail-config.h" - +#include "mail-signature-editor.h" #define d(x) |