diff options
author | Praveen Kumar <kpraveen@novell.com> | 2005-09-23 18:53:38 +0800 |
---|---|---|
committer | Praveen Kumar <kpraveen@src.gnome.org> | 2005-09-23 18:53:38 +0800 |
commit | c154c5a495fcd8bbdc3b96057160f9d93c155935 (patch) | |
tree | c9a539f3e6d5b015bed2d6a332095e136b1c986f /plugins/exchange-operations/ChangeLog | |
parent | 7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072 (diff) | |
download | gsoc2013-evolution-c154c5a495fcd8bbdc3b96057160f9d93c155935.tar.gz gsoc2013-evolution-c154c5a495fcd8bbdc3b96057160f9d93c155935.tar.zst gsoc2013-evolution-c154c5a495fcd8bbdc3b96057160f9d93c155935.zip |
** Fixes bug 312849
2005-09-22 Praveen Kumar <kpraveen@novell.com>
** Fixes bug 312849
* exchange-calendar.c
(e_exchange_calendar_pcalendar): Populate the folder hierarchy only
if Evolution is online.
(e_exchange_calendar_check): Disable the "OK" button if Evolution
is offline.
(e_exchange_calendar_commit): Don't do anything if Evolution is
offline.
* exchange-contacts.c
(e_exchange_contacts_pcontacts): Populate the folder hierarchy only
if Evolution is online.
(e_exchange_contacts_check): Disable the "OK" button if Evolution
is offline.
(e_exchange_contacts_commit): Don't do anything if Evolution is
offline.
svn path=/trunk/; revision=30372
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index b5b403b7af..ee216d2820 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,23 @@ +2005-09-22 Praveen Kumar <kpraveen@novell.com> + + ** Fixes bug 312849 + + * exchange-calendar.c + (e_exchange_calendar_pcalendar): Populate the folder hierarchy only + if Evolution is online. + (e_exchange_calendar_check): Disable the "OK" button if Evolution + is offline. + (e_exchange_calendar_commit): Don't do anything if Evolution is + offline. + + * exchange-contacts.c + (e_exchange_contacts_pcontacts): Populate the folder hierarchy only + if Evolution is online. + (e_exchange_contacts_check): Disable the "OK" button if Evolution + is offline. + (e_exchange_contacts_commit): Don't do anything if Evolution is + offline. + 2005-09-15 Arunprakash <arunp@novell.com> * exchange-account-setup.c |