@ -1,3 +1,9 @@
|
||||
2006-08-18 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
Fixes #343369
|
||||
* gui/itip-utils.c: (append_cal_attachments):
|
||||
Set the file name to empty string in its absence.
|
||||
|
||||
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gui/e-week-view-event-item.c:
|
||||
|
||||
@ -1120,7 +1120,7 @@ append_cal_attachments (GNOME_Evolution_Composer composer_server, ECalComponent
|
||||
for (l = attach_list; l ; l = l->next) {
|
||||
mime_attach = (struct CalMimeAttach *) l->data;
|
||||
|
||||
filename = CORBA_string_dup (mime_attach->filename);
|
||||
filename = CORBA_string_dup (mime_attach->filename ? mime_attach->filename : "");
|
||||
content_type = CORBA_string_dup (mime_attach->content_type);
|
||||
description = CORBA_string_dup (mime_attach->description);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user