mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Now WORD_HOST6 is handled the same way as WORD_HOST.
This commit is contained in:
parent
d88c4ad411
commit
9ef1d1db96
@ -2267,6 +2267,7 @@ mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
|
||||
switch (word_type)
|
||||
{
|
||||
case WORD_URL:
|
||||
case WORD_HOST6:
|
||||
case WORD_HOST:
|
||||
word[end] = 0;
|
||||
fe_open_url (word + start);
|
||||
@ -2293,6 +2294,7 @@ mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
|
||||
menu_middlemenu (sess, even);
|
||||
break;
|
||||
case WORD_URL:
|
||||
case WORD_HOST6:
|
||||
case WORD_HOST:
|
||||
word[end] = 0;
|
||||
word += start;
|
||||
|
Loading…
Reference in New Issue
Block a user