mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Fix drag and drop
This commit is contained in:
parent
904493b24f
commit
015cecf724
@ -3769,7 +3769,7 @@ mg_is_gui_target (GdkDragContext *context)
|
|||||||
{
|
{
|
||||||
/* if it's not HEXCHAT_CHANVIEW or HEXCHAT_USERLIST */
|
/* if it's not HEXCHAT_CHANVIEW or HEXCHAT_USERLIST */
|
||||||
/* we should ignore it. */
|
/* we should ignore it. */
|
||||||
if (target_name[0] != 'X')
|
if (target_name[0] != 'H')
|
||||||
{
|
{
|
||||||
g_free (target_name);
|
g_free (target_name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user