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


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

The following commit has been merged in the master branch:
commit 66911f8f67371f1fc1c8065ba17e2f3416db9f61
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Apr 11 17:17:46 2013 +0100

    Explicitly set background colour in group chat theme
    
    This fixes a bug in which we could get black text on a black background
    
    BUG: 316732
    Fixed-in: 0.6.1
    Reviewed-by: Martin Klapetek
---
 data/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css b/data/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css
index 7c5e9da..165dd5e 100644
--- a/data/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css
+++ b/data/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css
@@ -1,5 +1,6 @@
 body {
     font-size: 12px;
+    background-color: #e3e3e3;
 }
 
 /*.KopeteMessage

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list