1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 01:02:20 -05:00

Fix drag and drop

This commit is contained in:
TingPing 2014-05-21 10:18:37 -04:00
parent 904493b24f
commit 015cecf724

View File

@ -3769,7 +3769,7 @@ mg_is_gui_target (GdkDragContext *context)
{
/* if it's not HEXCHAT_CHANVIEW or HEXCHAT_USERLIST */
/* we should ignore it. */
if (target_name[0] != 'X')
if (target_name[0] != 'H')
{
g_free (target_name);
return FALSE;