diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-03-29 22:13:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-03-29 22:13:28 +0800 |
commit | b12d14e70117e2287cf3b11137c1f2636c09f4d9 (patch) | |
tree | 24bd819d294134b7ce7e8fa0c1ce3fcdf9a3c242 /mail/em-mailer-prefs.h | |
parent | d6d482da86493010499d7aa31165d5296a1ed924 (diff) | |
download | gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.gz gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.zst gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.zip |
Migrate from GnomeFontPicker to GtkFontButton (#373837).
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* em-mailer-prefs.c:
* em-mailer-prefs.h:
* mail-config.glade:
Migrate from GnomeFontPicker to GtkFontButton (#373837).
svn path=/trunk/; revision=33337
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r-- | mail/em-mailer-prefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index c74f021e68..582938a2d9 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -39,7 +39,7 @@ struct _GtkWidget; struct _GladeXML; struct _GnomeColorPicker; struct _GtkFileChooserbutton; -struct _GnomeFontPicker; +struct _GtkFontButton; struct _GConfClient; struct _GtkButton; struct _GtkTreeView; @@ -94,8 +94,8 @@ struct _EMMailerPrefs { struct _GtkFileChooserButton *notify_sound_file; /* HTML Mail tab */ - struct _GnomeFontPicker *font_variable; - struct _GnomeFontPicker *font_fixed; + struct _GtkFontButton *font_variable; + struct _GtkFontButton *font_fixed; struct _GtkToggleButton *font_share; /* Loading Images */ |