aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-preferences.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-03-30 07:02:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-30 07:02:23 +0800
commit984f8343ca6c37446c5721a621e4ce31bc8f27d4 (patch)
treea35a90b6ffe72111eda64858c6cc003b16bce13f /mail/mail-preferences.h
parent553e4a6f486c64a77af9a159c47223e5fc84f8c8 (diff)
downloadgsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar.gz
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar.bz2
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar.lz
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar.xz
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.tar.zst
gsoc2013-evolution-984f8343ca6c37446c5721a621e4ce31bc8f27d4.zip
Restore the labels & colours options from the grave.
2002-03-29 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/mail-preferences.h')
-rw-r--r--mail/mail-preferences.h7
1 files changed, 7 insertions, 0 deletions
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 {