diff src/gtkutils.c @ 11135:f2755f58a7da

[gaim-migrate @ 13196] Straighten out some comments and get rid of a warning in gtkutils.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 20 Jul 2005 23:10:33 +0000
parents f7ce10cad83d
children a511b77a368b
line wrap: on
line diff
--- 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;