diff options
author | Larry Ewing <lewing@ximian.com> | 2003-05-21 02:33:33 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-05-21 02:33:33 +0800 |
commit | 8d75f1b9bc33edd7dab1f6299b415d5717ba76c6 (patch) | |
tree | 245b818859054d28e93b1e21c5d732f55ce37def /mail/mail-preferences.h | |
parent | 81237cc33be1e7f4dc3016c2cb4b37c3a594a1d2 (diff) | |
download | gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.gz gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.bz2 gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.lz gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.xz gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.zst gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.zip |
remove references to gtkhtml property manager. Connect to missing
2003-05-20 Larry Ewing <lewing@ximian.com>
* mail-composer-prefs.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-preferences.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-config.glade: remove keybinding setting.
* mail-display.c (mail_display_destroy): remove notification.
(display_notify): set animate and redisplay. We have to redisplay
because the citation color may have changed.
* evolution-mail.schemas: add composer and display gconf entries.
svn path=/trunk/; revision=21288
Diffstat (limited to 'mail/mail-preferences.h')
-rw-r--r-- | mail/mail-preferences.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mail-preferences.h b/mail/mail-preferences.h index 210f1e3e15..bca18a316b 100644 --- a/mail/mail-preferences.h +++ b/mail/mail-preferences.h @@ -36,9 +36,6 @@ extern "C" { #include <libgnomeui/gnome-color-picker.h> #include <libgnomeui/gnome-font-picker.h> -#warning "gtkhtml-propmanger" -/*#include <gtkhtml/gtkhtml-propmanager.h>*/ - #include "evolution-config-control.h" #include <shell/Evolution.h> @@ -95,9 +92,6 @@ struct _MailPreferences { GtkToggleButton *autodetect_links; GtkToggleButton *prompt_unwanted_html; - /* GtkHTML Properties */ - struct _GtkHTMLPropmanager *pman; - /* Labels and Colours tab */ struct { GtkEntry *name; |