| 514 |
515 |
| 515 if (strlen(clean) == 0) { |
516 if (strlen(clean) == 0) { |
| 516 g_free(clean); |
517 g_free(clean); |
| 517 return; |
518 return; |
| 518 } |
519 } |
| |
520 |
| |
521 gaim_idle_touch(); |
| 519 |
522 |
| 520 /* XXX: is there a better way to tell if the message has images? */ |
523 /* XXX: is there a better way to tell if the message has images? */ |
| 521 if (GTK_IMHTML(gtkconv->entry)->im_images != NULL) |
524 if (GTK_IMHTML(gtkconv->entry)->im_images != NULL) |
| 522 flags |= GAIM_MESSAGE_IMAGES; |
525 flags |= GAIM_MESSAGE_IMAGES; |
| 523 |
526 |