diff --git a/moo/mooutils/moofileview/moofileview.c b/moo/mooutils/moofileview/moofileview.c index 313a99d7..e39785af 100644 --- a/moo/mooutils/moofileview/moofileview.c +++ b/moo/mooutils/moofileview/moofileview.c @@ -4947,7 +4947,7 @@ moo_file_view_drop_data_received (MooFileView *fileview, } else { - char *text = gtk_selection_data_get_text (data); + char *text = (char*) gtk_selection_data_get_text (data); if (text) success = moo_file_view_drop_text (fileview, text, path, widget,