Now WORD_HOST6 is handled the same way as WORD_HOST.

This commit is contained in:
Diogo Sousa 2013-06-18 23:30:38 +01:00
parent d88c4ad411
commit 9ef1d1db96
1 changed files with 2 additions and 0 deletions

View File

@ -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;