diff options
author | Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-02-08 18:53:08 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-02-08 18:53:08 +0800 |
commit | 28bf6443a7032032f04a3dff86646f46436a0780 (patch) | |
tree | 5aea93ee91f5138d8742b145c1ba2aea676a3207 /mail/em-account-prefs.h | |
parent | 62905631d668a9ce36d1e1eb4d0970abd7938250 (diff) | |
download | gsoc2013-evolution-28bf6443a7032032f04a3dff86646f46436a0780.tar.gz gsoc2013-evolution-28bf6443a7032032f04a3dff86646f46436a0780.tar.zst gsoc2013-evolution-28bf6443a7032032f04a3dff86646f46436a0780.zip |
**Fixes #329586
2006-02-08 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**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
Diffstat (limited to 'mail/em-account-prefs.h')
-rw-r--r-- | mail/em-account-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |