aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-10-09 02:22:50 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-10-09 02:22:50 +0800
commit6cf6c0cada7a95853daa122032dbee3a823c4953 (patch)
treed6f9c06fd53b063bf0ed0c496e4413dbbd380137 /plugins/exchange-operations/ChangeLog
parent48edab7b48fc3965701cda4a5d743a7d7053114f (diff)
downloadgsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar.gz
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar.bz2
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar.lz
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar.xz
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.tar.zst
gsoc2013-evolution-6cf6c0cada7a95853daa122032dbee3a823c4953.zip
** Fix for bug #530606
2008-10-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #530606 * exchange-contacts.c: (e_exchange_contacts_get_contacts), (e_exchange_contacts_pcontacts_on_change), (e_exchange_contacts_pcontacts), (e_exchange_contacts_check), (e_exchange_contacts_commit): * exchange-account-setup.c: (btn_chpass_clicked), (btn_dass_clicked), (btn_fsize_clicked), (org_gnome_exchange_show_folder_size_factory): * exchange-calendar.c: (e_exchange_calendar_get_calendars), (e_exchange_calendar_pcalendar_on_change), (e_exchange_calendar_pcalendar), (e_exchange_calendar_check), (e_exchange_calendar_commit): Check validity of returned pointer before using it. svn path=/trunk/; revision=36579
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r--plugins/exchange-operations/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 2fdb92115e..785857400a 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,19 @@
+2008-10-08 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #530606
+
+ * exchange-contacts.c: (e_exchange_contacts_get_contacts),
+ (e_exchange_contacts_pcontacts_on_change),
+ (e_exchange_contacts_pcontacts), (e_exchange_contacts_check),
+ (e_exchange_contacts_commit):
+ * exchange-account-setup.c: (btn_chpass_clicked), (btn_dass_clicked),
+ (btn_fsize_clicked), (org_gnome_exchange_show_folder_size_factory):
+ * exchange-calendar.c: (e_exchange_calendar_get_calendars),
+ (e_exchange_calendar_pcalendar_on_change),
+ (e_exchange_calendar_pcalendar), (e_exchange_calendar_check),
+ (e_exchange_calendar_commit):
+ Check validity of returned pointer before using it.
+
2008-10-03 Sankar P <psankar@novell.com>
License Changes