hyperlinks: only highlight links with same url and id. Closes T6329

This commit is contained in:
Boris Faure 2018-10-15 21:41:27 +02:00
parent b8488a2059
commit 4f4875e27d
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ term_link_eq(Termpty *ty, Term_Link *hl, uint16_t link_id)
if (!hl->key || !hl2->key ||
strcmp(hl->key, hl2->key) != 0)
return EINA_FALSE;
return EINA_TRUE;
return (strcmp(hl->url, hl2->url) == 0);
}
static inline void