From 28bf6443a7032032f04a3dff86646f46436a0780 Mon Sep 17 00:00:00 2001 From: Rajeev ramanathan Date: Wed, 8 Feb 2006 10:53:08 +0000 Subject: **Fixes #329586 2006-02-08 Rajeev ramanathan **Fixes #329586 * em-account-prefs.c: * em-account-prefs.h: Changed the ODD behavior of Default button by checking whether an account is default or not and disabling the button when default account is in focus. Committing to head on behalf of rajeev svn path=/trunk/; revision=31443 --- mail/em-account-prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-account-prefs.h') diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h index 99cf676b2c..c8deb6f85e 100644 --- a/mail/em-account-prefs.h +++ b/mail/em-account-prefs.h @@ -70,6 +70,7 @@ struct _EMAccountPrefs { GtkButton *mail_able; guint destroyed : 1; + guint changed : 1; }; struct _EMAccountPrefsClass { -- cgit v1.2.3