diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 04:17:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 04:17:51 +0800 |
commit | 6c44efe38a69872608ee31954de846aab1a691f2 (patch) | |
tree | af2381f90dc77831c7d652d685b0938a38a4861d /mail/em-composer-prefs.h | |
parent | d0d8d568ad9a830e50845f3d86fb30105b37d319 (diff) | |
download | gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.tar.gz gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.tar.zst gsoc2013-evolution-6c44efe38a69872608ee31954de846aab1a691f2.zip |
Removed variables that got re-added with the icon-theme patch somehow.
2004-04-19 Jeffrey Stedfast <fejj@ximian.com>
* em-composer-prefs.h: Removed variables that got re-added with
the icon-theme patch somehow.
* em-account-prefs.c: Don't bother keeping global references to
the enable_pixbuf anymore, since it's unnecessary.
svn path=/trunk/; revision=25523
Diffstat (limited to 'mail/em-composer-prefs.h')
-rw-r--r-- | mail/em-composer-prefs.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/em-composer-prefs.h b/mail/em-composer-prefs.h index df0fcd6ed1..75a4201205 100644 --- a/mail/em-composer-prefs.h +++ b/mail/em-composer-prefs.h @@ -76,12 +76,7 @@ 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; - + GdkPixbuf *enabled_pixbuf; GtkWidget *spell_able_button; |