projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011cacb
)
fix bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from emacs-gtk3'
author
Paul
<paul@claws-mail.org>
Thu, 10 Oct 2019 14:09:12 +0000
(15:09 +0100)
committer
Paul
<paul@claws-mail.org>
Thu, 10 Oct 2019 14:09:12 +0000
(15:09 +0100)
src/compose.c
patch
|
blob
|
history
diff --git
a/src/compose.c
b/src/compose.c
index b886872f66b2d6bce5613265838a0f2adab5a912..fc89629e35e9dc320bfca8157c4b74cbe44c1304 100644
(file)
--- 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;