aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r--mail/em-mailer-prefs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 582938a2d9..9a8222a3ba 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -37,7 +37,6 @@ struct _GtkOptionMenu;
struct _GdkPixbuf;
struct _GtkWidget;
struct _GladeXML;
-struct _GnomeColorPicker;
struct _GtkFileChooserbutton;
struct _GtkFontButton;
struct _GConfClient;
@@ -80,7 +79,7 @@ struct _EMMailerPrefs {
struct _GtkSpinButton *mlimit_count;
struct _GtkOptionMenu *charset;
struct _GtkToggleButton *citation_highlight;
- struct _GnomeColorPicker *citation_color;
+ struct _GtkColorButton *citation_color;
/* Deleting Mail */
struct _GtkToggleButton *empty_trash;
@@ -110,7 +109,7 @@ struct _EMMailerPrefs {
/* Labels and Colours tab */
struct {
struct _GtkEntry *name;
- struct _GnomeColorPicker *color;
+ struct _GtkColorButton *color;
} labels[5];
struct _GtkButton *restore_labels;