From f604364042e94ed58b2cbce5746791d88e7c0776 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 14 Aug 2001 16:35:14 +0000 Subject: If the account is enabled, set a checkmark pixmap instead of a strange 2001-08-14 Peter Williams * mail-accounts.c (load_accounts): If the account is enabled, set a checkmark pixmap instead of a strange plus sign. (mail_accounts_dialog_init): Load the pixmap here. (mail_accounts_dialog_finalise): Free it here. * mail-accounts.h: Prototype it here. svn path=/trunk/; revision=12017 --- mail/mail-accounts.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/mail-accounts.h') diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 44716bffd0..67f7322caf 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -95,6 +95,10 @@ struct _MailAccountsDialog { /* PGP page */ GnomeFileEntry *pgp_path; GtkToggleButton *remember_passwd; + + /* Pixmaps for the clist */ + GdkPixmap *mark_pixmap; + GdkBitmap *mark_bitmap; }; typedef struct _MailAccountsDialog MailAccountsDialog; -- cgit v1.2.3