diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-03 11:48:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-02-03 11:48:43 +0800 |
commit | 93a51af22567bdddf3978716791f0be2e1dd2656 (patch) | |
tree | 80984c2c3a564bca5ba1ab95497dd80b3fd81f9c /composer/e-composer-private.h | |
parent | c49e3012a029bb78dc759a9fc8dfc1103a36d976 (diff) | |
download | gsoc2013-evolution-93a51af22567bdddf3978716791f0be2e1dd2656.tar.gz gsoc2013-evolution-93a51af22567bdddf3978716791f0be2e1dd2656.tar.zst gsoc2013-evolution-93a51af22567bdddf3978716791f0be2e1dd2656.zip |
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.
Diffstat (limited to 'composer/e-composer-private.h')
-rw-r--r-- | composer/e-composer-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |