aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorShaun McCance <Shaun McCance>2009-09-18 05:17:49 +0800
committerShaun McCance <shaunm@gnome.org>2009-11-25 04:43:07 +0800
commit3cbb3a10e138e1f777427311bf33f30cb6d4839e (patch)
tree5caf382ba69bb4b4c2b24efe4c7133dab0e4c382 /src/empathy-chat-window.c
parentd068663d7d73c7dc54b560b3ed9846c218dd8f35 (diff)
downloadgsoc2013-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/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c4
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);