diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-22 15:00:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-22 15:00:46 +0800 |
commit | c362915ea18453a0c7e3f0bfd954efd89ab2face (patch) | |
tree | bff7ff6746a41ce1e9633a111dabd332218dc3dc /mail/em-account-prefs.h | |
parent | 01dd4d2c12d73d71e0927919ae662e82aa0ab124 (diff) | |
download | gsoc2013-evolution-c362915ea18453a0c7e3f0bfd954efd89ab2face.tar.gz gsoc2013-evolution-c362915ea18453a0c7e3f0bfd954efd89ab2face.tar.zst gsoc2013-evolution-c362915ea18453a0c7e3f0bfd954efd89ab2face.zip |
** Fix for bug #256899 by Chaya
2007-11-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #256899 by Chaya
* mail-config.glade:
* em-account-prefs.h: (struct _EMAccountPrefs):
* em-account-prefs.c: (account_delete_clicked),
(account_able_clicked), (account_able_toggled),
(account_cursor_change), (em_account_prefs_construct):
Remove "Disable/Enable" button from Mail Accounts preferences.
svn path=/trunk/; revision=34562
Diffstat (limited to 'mail/em-account-prefs.h')
-rw-r--r-- | mail/em-account-prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h index e3fc4c65e4..57d71fcfb9 100644 --- a/mail/em-account-prefs.h +++ b/mail/em-account-prefs.h @@ -67,7 +67,6 @@ struct _EMAccountPrefs { GtkButton *mail_edit; GtkButton *mail_delete; GtkButton *mail_default; - GtkButton *mail_able; guint destroyed : 1; guint changed : 1; |