From 7243f713cc3032c66e5822e26db444c11eb3deea Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 22 Jun 2008 12:19:16 +0200 Subject: [PATCH] Imported Debian patch 0.1.1-6 --- debian/changelog | 7 +++++++ debian/patches/use_packaged_tinymce.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cd80e9d..1f7181f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +roundcube (0.1.1-6) unstable; urgency=low + + * Fix use_packaged_tinymce patch which was incorrect after switch to + tinymce2 package. + + -- Vincent Bernat Sun, 22 Jun 2008 12:19:16 +0200 + roundcube (0.1.1-5) unstable; urgency=low * Fix ordering of message-id in message headers, thanks to Reinhard diff --git a/debian/patches/use_packaged_tinymce.patch b/debian/patches/use_packaged_tinymce.patch index 2d48572..9732de9 100644 --- a/debian/patches/use_packaged_tinymce.patch +++ b/debian/patches/use_packaged_tinymce.patch @@ -7,7 +7,7 @@ Index: roundcube-0.1~rc2/program/steps/mail/sendmail.inc { // add the image to the MIME message - $img_file = $INSTALL_PATH . '/' . $searchstr . $image_name; -+ $img_file = '/usr/share/tinymce/www/plugins/emotions/images/' . $image_name; ++ $img_file = '/usr/share/tinymce2/www/plugins/emotions/images/' . $image_name; if(! $mime_message->addHTMLImage($img_file, 'image/gif', '', true, '_' . $image_name)) $OUTPUT->show_message("emoticonerror", 'error'); -- 2.39.2