diff options
Diffstat (limited to 'calendar/gui/tasks-component.c')
-rw-r--r-- | calendar/gui/tasks-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index 778c55f6c3..4cd9994a32 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -745,7 +745,7 @@ selector_tree_drag_data_received (GtkWidget *widget, icalcomp = icalparser_parse_string (data->data); if (icalcomp) { - char * uid; + const char * uid; /* FIXME deal with GDK_ACTION_ASK */ if (context->action == GDK_ACTION_COPY) { |