aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-meeting-edit.c')
-rw-r--r--calendar/gui/e-meeting-edit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-edit.c b/calendar/gui/e-meeting-edit.c
index 2353d615e8..fa7f609dfe 100644
--- a/calendar/gui/e-meeting-edit.c
+++ b/calendar/gui/e-meeting-edit.c
@@ -571,11 +571,13 @@ send_button_clicked_cb (GtkWidget *widget, gpointer data)
return;
}
- sprintf (tempstr, "text/calendar; METHOD=%s", itip_methods[METHOD_REQUEST]);
+ sprintf (tempstr, "text/calendar;METHOD=%s", itip_methods[METHOD_REQUEST]);
content_type = CORBA_string_alloc (strlen (tempstr));
strcpy (content_type, tempstr);
filename = CORBA_string_alloc (0);
- description = CORBA_string_alloc (0);
+ sprintf (tempstr, "Calendar attachment");
+ description = CORBA_string_alloc (strlen (tempstr));
+ strcpy (description, tempstr);
show_inline = FALSE;
/* I need to create an encapsulating iCalendar component, and stuff our vEvent