Mercurial > pidgin
changeset 9815:650ea0a0d55e
[gaim-migrate @ 10686]
Dum de dum
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 22 Aug 2004 03:58:59 +0000 |
parents | aaef48dc13a9 |
children | 34db8e8b49d8 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;