--- a/src/gtkutils.c Wed Jul 20 22:46:41 2005 +0000 +++ b/src/gtkutils.c Wed Jul 20 23:10:33 2005 +0000 @@ -1457,7 +1457,7 @@ { GList *tmp; GdkPixbuf *pb; - GList *files = gaim_uri_list_extract_filenames(sd->data); + GList *files = gaim_uri_list_extract_filenames((const gchar *)sd->data); GaimConnection *gc = gaim_account_get_connection(account); GaimPluginProtocolInfo *prpl_info = NULL; gboolean file_send_ok = FALSE;