[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=1ca6b1b

The following commit has been merged in the master branch:
commit 1ca6b1b7086626b8c0c34928f45d18f4f72024a5
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed May 29 19:55:27 2013 +0100

    Remove alt tag from images inserted with ImageFilter
    
    This alt tag never actually showed up (not sure why).
    Removing this means the emoticon -> text swapping no longer occurs so images
    remain after clicked
    
    BUG: 305078
    REVIEW: 110717
---
 filters/images/images-filter.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/filters/images/images-filter.cpp b/filters/images/images-filter.cpp
index dc34774..afd96ed 100644
--- a/filters/images/images-filter.cpp
+++ b/filters/images/images-filter.cpp
@@ -62,9 +62,7 @@ void ImagesFilter::filterMessage(KTp::Message &message, const KTp::MessageContex
                 QLatin1Literal("<br/><a href=\"") % href % QLatin1Literal("\">") %
                     QLatin1Literal("<img src=\"") %
                     href %
-                    QLatin1Literal("\" style=\"max-width:100%;margin-top:3px\" alt=\"") %
-                    i18n("Click to view in browser") %
-                    QLatin1Literal("\" />") %
+                    QLatin1Literal("\" style=\"max-width:100%;margin-top:3px\"/>") %
                 QLatin1Literal("</a>")
             );
         }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list