From 06091a255ef2fdbdf44629078b93c11b02e1aa31 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Wed, 12 Jan 2005 06:50:49 +0000 Subject: Reverted the previous fix to offset the hyphen while forming the filename. svn path=/trunk/; revision=28368 --- calendar/gui/dialogs/cal-attachment-bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/cal-attachment-bar.c b/calendar/gui/dialogs/cal-attachment-bar.c index 4cf24e22f0..2dea375a87 100644 --- a/calendar/gui/dialogs/cal-attachment-bar.c +++ b/calendar/gui/dialogs/cal-attachment-bar.c @@ -871,7 +871,7 @@ cal_attachment_bar_set_attachment_list (CalAttachmentBar *bar, GSList *attach_li priv->num_attachments-1); camel_mime_part_set_filename (attach->body, attach_filename + strlen (priv->local_attachment_store)+ - strlen (priv->comp_uid) + 2); + strlen (priv->comp_uid) + 1); update (bar); } } -- cgit