aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 9f596d295..7cad17c98 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1273,7 +1273,7 @@ chat_window_drag_data_received (GtkWidget *widget,
DEBUG ("DND contact from roster with id:'%s'", id);
- strv = g_strsplit (id, "/", 2);
+ strv = g_strsplit (id, ":", 2);
account_id = strv[0];
contact_id = strv[1];
account = empathy_account_manager_get_account (account_manager, account_id);