Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37508726
en ru br
Репозитории ALT
S:4.1.1-alt2
5.1: 3.7.4-alt0.M50P.1
4.1: 3.6.1.cvs5-alt0.M41.2
4.0: 3.6.1.cvs5-alt0.M40.1
www.altlinux.org/Changes

Другие репозитории
Upstream:3.3.1

Группа :: Сети/Почта
Пакет: claws-mail

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: fix-bug-4257-claws-mail-3.17.4-breaks-copy-pasting-f.patch
Скачать


From b910146ff51f32e9501fb4ad5537a47ceb06f154 Mon Sep 17 00:00:00 2001
From: Paul <paul@claws-mail.org>
Date: Thu, 10 Oct 2019 15:09:12 +0100
Subject: [PATCH] fix bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from
 emacs-gtk3'
---
 src/compose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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;
-- 
2.21.0
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin