diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-15 00:35:14 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-15 00:35:14 +0800 |
commit | f604364042e94ed58b2cbce5746791d88e7c0776 (patch) | |
tree | 028442ae8d7c5efb9caf1cc0e809612f179d8010 /mail/mail-accounts.h | |
parent | ab1d2c34e6788db08755e68a9ae5c727668a0c06 (diff) | |
download | gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar.gz gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar.bz2 gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar.lz gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar.xz gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.tar.zst gsoc2013-evolution-f604364042e94ed58b2cbce5746791d88e7c0776.zip |
If the account is enabled, set a checkmark pixmap instead of a strange
2001-08-14 Peter Williams <peterw@ximian.com>
* 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
Diffstat (limited to 'mail/mail-accounts.h')
-rw-r--r-- | mail/mail-accounts.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |