| 3318 } |
3318 } |
| 3319 c++; |
3319 c++; |
| 3320 pos++; |
3320 pos++; |
| 3321 } else if ((pos == 0 || wpos == 0 || isspace(*(c - 1))) && |
3321 } else if ((pos == 0 || wpos == 0 || isspace(*(c - 1))) && |
| 3322 (len_protocol = gtk_imhtml_is_protocol(c)) > 0 && |
3322 (len_protocol = gtk_imhtml_is_protocol(c)) > 0 && |
| 3323 c[len_protocol] && !isspace(c[len_protocol])) { |
3323 c[len_protocol] && !isspace(c[len_protocol]) && |
| |
3324 (c[len_protocol] != '<' || !gtk_imhtml_is_tag(c + 1, NULL, NULL, NULL))) { |
| 3324 br = FALSE; |
3325 br = FALSE; |
| 3325 if (wpos > 0) { |
3326 if (wpos > 0) { |
| 3326 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
3327 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 3327 ws[0] = '\0'; wpos = 0; |
3328 ws[0] = '\0'; wpos = 0; |
| 3328 } |
3329 } |