Compilation warning
authorPhilip Van Hoof <philip@codeminded.be>
Thu, 20 Sep 2007 10:52:56 +0000 (10:52 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Thu, 20 Sep 2007 10:52:56 +0000 (10:52 +0000)
pmo-trunk-r3366

src/widgets/modest-dnd.c

index a718366..291239f 100644 (file)
@@ -89,7 +89,7 @@ modest_dnd_selection_data_get_paths (GtkSelectionData *selection_data)
        if (selection_data->length >= 0 &&
            selection_data->type == tree_path_as_string_list_atom) {
                
-               result = g_strsplit (selection_data->data, "\n", 0);            
+               result = g_strsplit ((const gchar*)selection_data->data, "\n", 0);              
        }       
        return result;
 }