From f099f679dcdd568cb5b7c8838f5f114ed19bce07 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 2 Feb 2011 22:48:43 -0500 Subject: Fix image dropping in composer while in HTML mode. Dragging image data or an image URI to the message body while in HTML mode should insert the image inline, not attach it. Without this the Picture Gallery feature is pointless. --- composer/e-composer-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer/e-composer-private.h') diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h index 20a39963ae..5cf503e735 100644 --- a/composer/e-composer-private.h +++ b/composer/e-composer-private.h @@ -169,6 +169,9 @@ gboolean e_composer_paste_text (EMsgComposer *composer, GtkClipboard *clipboard); gboolean e_composer_paste_uris (EMsgComposer *composer, GtkClipboard *clipboard); +gboolean e_composer_selection_is_image_uris + (EMsgComposer *composer, + GtkSelectionData *selection); G_END_DECLS -- cgit v1.2.3