[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:21:55 UTC 2016


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

The following commit has been merged in the master branch:
commit a52fe251f2369382621aa2cd76e0364b2dcd4ce9
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jun 23 15:16:56 2012 +0100

    Remove adium specific JS in the template.
    
    This fixes the ability to turn emoticons into text when clicking on them.
    Reviewed-by: Martin Klaptetek
---
 data/Template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/Template.html b/data/Template.html
index 682e1c8..186cb0a 100644
--- a/data/Template.html
+++ b/data/Template.html
@@ -274,7 +274,7 @@
 
         function imageToText(node)
         {
-            if (client.zoomImage(node) || !node.alt)
+            if (!node.alt)
                 return;
             var a = document.createElement('a');
             a.setAttribute('onclick', 'imageSwap(this, true)');

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list