From 984f8343ca6c37446c5721a621e4ce31bc8f27d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 29 Mar 2002 23:02:23 +0000 Subject: Restore the labels & colours options from the grave. 2002-03-29 Jeffrey Stedfast * mail-preferences.c (mail_preferences_construct): Restore the labels & colours options from the grave. (mail_preferences_apply): Save these labels & colours options. svn path=/trunk/; revision=16296 --- mail/mail-preferences.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/mail-preferences.h') diff --git a/mail/mail-preferences.h b/mail/mail-preferences.h index 916fcb4d1f..8403bdb719 100644 --- a/mail/mail-preferences.h +++ b/mail/mail-preferences.h @@ -92,6 +92,13 @@ struct _MailPreferences { /* Security tab */ GnomeFileEntry *pgp_path; + + /* Labels and Colours tab */ + struct { + GtkEntry *name; + GnomeColorPicker *color; + } labels[5]; + GtkButton *restore_labels; }; struct _MailPreferencesClass { -- cgit v1.2.3