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


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

The following commit has been merged in the master branch:
commit e6b6b2965b13f21402bc748ff623f50774b03f6c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Apr 21 11:39:47 2014 +0200

    Fix text -> emoticon in Woshichat theme
    
    BUG: 333469
---
 .../styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html b/data/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html
index 8ea14d6..64d4c55 100644
--- a/data/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html
+++ b/data/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html
@@ -275,8 +275,6 @@
 
 		function imageToText(node)
 		{
-			if (client.zoomImage(node) || !node.alt)
-				return;
 			var a = document.createElement('a');
 			a.setAttribute('onclick', 'imageSwap(this, true)');
 			a.setAttribute('src', node.getAttribute('src'));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list