# HG changeset patch # User Mark Doliner # Date 1093147139 0 # Node ID 650ea0a0d55eb6d7e09b12747c42a1b3ccb50d45 # Parent aaef48dc13a91886f978581681fdd3873f5a59c5 [gaim-migrate @ 10686] Dum de dum committer: Tailor Script diff -r aaef48dc13a9 -r 650ea0a0d55e src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Aug 22 03:28:47 2004 +0000 +++ b/src/gtkimhtml.c Sun Aug 22 03:58:59 2004 +0000 @@ -2927,6 +2927,13 @@ gtk_widget_show(image->filesel); } +/* + * So, um, AIM Direct IM lets you send any file, not just images. You can + * just insert a sound or a file or whatever in a conversation. It's + * basically like file transfer, except there is an icon to open the file + * embedded in the conversation. Someone should make the Gaim core handle + * all of that. + */ static gboolean gtk_imhtml_image_clicked(GtkWidget *w, GdkEvent *event, GtkIMHtmlImage *image) { GdkEventButton *event_button = (GdkEventButton *) event;