aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memos.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-memos.c')
-rw-r--r--calendar/gui/e-memos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-memos.c b/calendar/gui/e-memos.c
index e87761974d..e53a2644a0 100644
--- a/calendar/gui/e-memos.c
+++ b/calendar/gui/e-memos.c
@@ -371,7 +371,7 @@ table_drag_data_get (ETable *table,
comp_str = icalcomponent_as_ical_string (vcal);
if (comp_str) {
gtk_selection_data_set (selection_data, selection_data->target,
- 8, comp_str, strlen (comp_str));
+ 8, (unsigned char *)comp_str, strlen (comp_str));
}
icalcomponent_free (vcal);
}
@@ -718,7 +718,6 @@ backend_error_cb (ECal *client, const char *message, gpointer data)
{
EMemos *memos;
GtkWidget *dialog;
- char *errmsg;
char *urinopwd;
memos = E_MEMOS (data);