Fix drag and drop

This commit is contained in:
TingPing 2014-05-21 10:18:37 -04:00
parent 904493b24f
commit 015cecf724
1 changed files with 1 additions and 1 deletions

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;