diff options
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 794184d24b..268f61ac03 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -261,8 +261,8 @@ get_attachment_list (CompEditor *editor) EAttachmentView *view; GFile *destination; GSList *list = NULL; - const char *comp_uid = NULL; - const char *local_store; + const gchar *comp_uid = NULL; + const gchar *local_store; gchar *uri; gint ii; |