diff options
author | Parthasarathi Susarla <ajaysusarla@gmail.com> | 2006-11-29 02:26:29 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-11-29 02:26:29 +0800 |
commit | b4300c6748056cf795acf70b57a33c19a7f5671f (patch) | |
tree | 2dfd6ae31a7b9f0bca5ba712fc4de9411c040be5 /plugins/import-ics-attachments/ChangeLog | |
parent | be47ead6e12de0a4c98e841a5231ee5960ea291e (diff) | |
download | gsoc2013-evolution-b4300c6748056cf795acf70b57a33c19a7f5671f.tar.gz gsoc2013-evolution-b4300c6748056cf795acf70b57a33c19a7f5671f.tar.zst gsoc2013-evolution-b4300c6748056cf795acf70b57a33c19a7f5671f.zip |
** Fix bug #348679
2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com>
** Fix bug #348679
* icsimporter.c: (org_gnome_evolution_import_ics_attachment):
Do not access structure elements directly. Use the methods of the
class in the CamelDataWrapper Class
svn path=/trunk/; revision=33030
Diffstat (limited to 'plugins/import-ics-attachments/ChangeLog')
-rw-r--r-- | plugins/import-ics-attachments/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/import-ics-attachments/ChangeLog b/plugins/import-ics-attachments/ChangeLog index fa9b3b820b..a6f2ee81f0 100644 --- a/plugins/import-ics-attachments/ChangeLog +++ b/plugins/import-ics-attachments/ChangeLog @@ -1,3 +1,11 @@ +2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com> + + ** Fix bug #348679 + + * icsimporter.c: (org_gnome_evolution_import_ics_attachment): + Do not access structure elements directly. Use the methods of the + class in the CamelDataWrapper Class + 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-mail-attachments-import-ics.eplug.xml: Mark |