[Commits] [SCM] claws branch, master, updated. 3.17.4-48-gb910146ff
paul at claws-mail.org
paul at claws-mail.org
Thu Oct 10 14:11:23 CET 2019
The branch, master has been updated
via b910146ff51f32e9501fb4ad5537a47ceb06f154 (commit)
from 011cacb3f01586560bf581d43286cfdb03a5fb69 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b910146ff51f32e9501fb4ad5537a47ceb06f154
Author: Paul <paul at claws-mail.org>
Date: Thu Oct 10 15:09:12 2019 +0100
fix bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from emacs-gtk3'
diff --git a/src/compose.c b/src/compose.c
index b886872f6..fc89629e3 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -11022,7 +11022,7 @@ static void entry_paste_clipboard(Compose *compose, GtkWidget *entry,
gboolean wrap, GdkAtom clip, GtkTextIter *insert_place)
{
if (GTK_IS_TEXT_VIEW(entry)) {
- GdkAtom types = gdk_atom_intern ("TARGETS", FALSE);
+ GdkAtom types = gdk_atom_intern ("MULTIPLE", FALSE);
GdkAtom *targets = NULL;
int n_targets = 0, i;
gboolean paste_done = FALSE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list