diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-07 06:26:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-07 06:26:42 +0800 |
commit | eef89a80d45770cb5507be1cc54d04eba262e416 (patch) | |
tree | f103318537533ade44e94b6c1e8c5159f8c28e91 /mail/em-composer-prefs.h | |
parent | ff9f3a465f6da579f9e61f45bebe926cf511c568 (diff) | |
download | gsoc2013-evolution-eef89a80d45770cb5507be1cc54d04eba262e416.tar.gz gsoc2013-evolution-eef89a80d45770cb5507be1cc54d04eba262e416.tar.zst gsoc2013-evolution-eef89a80d45770cb5507be1cc54d04eba262e416.zip |
Changed to save the settings in the signal callbacks.
2004-04-06 Jeffrey Stedfast <fejj@ximian.com>
* em-mailer-prefs.c (em_mailer_prefs_construct): Changed to save
the settings in the signal callbacks.
(em_mailer_prefs_apply): Don't save the settings here.
* em-composer-prefs.c (em_composer_prefs_apply): Don't save the
settings here.
(em_composer_prefs_construct): Changed to save the settings in the
signal callbacks.
svn path=/trunk/; revision=25344
Diffstat (limited to 'mail/em-composer-prefs.h')
-rw-r--r-- | mail/em-composer-prefs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-composer-prefs.h b/mail/em-composer-prefs.h index a255893c87..3006bf8d77 100644 --- a/mail/em-composer-prefs.h +++ b/mail/em-composer-prefs.h @@ -78,10 +78,6 @@ struct _EMComposerPrefs { GtkTreeView *language; CORBA_sequence_GNOME_Spell_Language *language_seq; gboolean spell_active; - char *language_str; - char *language_str_orig; - GdkColor spell_error_color; - GdkColor spell_error_color_orig; GdkPixmap *mark_pixmap; GdkBitmap *mark_bitmap; GdkPixbuf *enabled_pixbuf; |