comparison src/gtkimhtml.c @ 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 f654d3bfeb47
children 872c4d8c1192
comparison
equal deleted inserted replaced
9814:aaef48dc13a9 9815:650ea0a0d55e
2925 #endif /* FILECHOOSER */ 2925 #endif /* FILECHOOSER */
2926 2926
2927 gtk_widget_show(image->filesel); 2927 gtk_widget_show(image->filesel);
2928 } 2928 }
2929 2929
2930 /*
2931 * So, um, AIM Direct IM lets you send any file, not just images. You can
2932 * just insert a sound or a file or whatever in a conversation. It's
2933 * basically like file transfer, except there is an icon to open the file
2934 * embedded in the conversation. Someone should make the Gaim core handle
2935 * all of that.
2936 */
2930 static gboolean gtk_imhtml_image_clicked(GtkWidget *w, GdkEvent *event, GtkIMHtmlImage *image) 2937 static gboolean gtk_imhtml_image_clicked(GtkWidget *w, GdkEvent *event, GtkIMHtmlImage *image)
2931 { 2938 {
2932 GdkEventButton *event_button = (GdkEventButton *) event; 2939 GdkEventButton *event_button = (GdkEventButton *) event;
2933 2940
2934 if (event->type == GDK_BUTTON_RELEASE) { 2941 if (event->type == GDK_BUTTON_RELEASE) {