diff options
author | Shaun McCance <Shaun McCance> | 2009-09-18 05:17:49 +0800 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2009-11-25 04:43:07 +0800 |
commit | 3cbb3a10e138e1f777427311bf33f30cb6d4839e (patch) | |
tree | 5caf382ba69bb4b4c2b24efe4c7133dab0e4c382 /src | |
parent | d068663d7d73c7dc54b560b3ed9846c218dd8f35 (diff) | |
download | gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar.gz gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar.bz2 gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar.lz gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar.xz gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.tar.zst gsoc2013-empathy-3cbb3a10e138e1f777427311bf33f30cb6d4839e.zip |
Implemented file drags to contact list, along with row highlights
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |