src/gtkutils.c

changeset 11135
063678d038f9
parent 11110
acc4e51cb91a
child 11243
ee8dccc558e1
--- 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;

mercurial