From 3cbb3a10e138e1f777427311bf33f30cb6d4839e Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Thu, 17 Sep 2009 16:17:49 -0500 Subject: Implemented file drags to contact list, along with row highlights --- src/empathy-chat-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 36f31b0b1..a58d4f65c 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1438,9 +1438,9 @@ chat_window_drag_data_received (GtkWidget *widget, EmpathyChatWindowPriv *priv; EmpathyContact *contact; const gchar *data; - GFile *file; - gchar *nl; + const gchar *nl; gchar *uri; + GFile *file; priv = GET_PRIV (window); contact = empathy_chat_get_remote_contact (priv->current_chat); -- cgit v1.2.3