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


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

The following commit has been merged in the master branch:
commit a87ea5b25574d0894e06d47e1310c1c1ed7813b5
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Feb 28 09:35:29 2012 +0100

    Fix HistoryIncomingNext and HistoryOutgoingNext inheriting
---
 lib/chat-window-style.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-window-style.cpp b/lib/chat-window-style.cpp
index 7b770cf..a79b9a8 100644
--- a/lib/chat-window-style.cpp
+++ b/lib/chat-window-style.cpp
@@ -364,7 +364,7 @@ void ChatWindowStyle::readStyleFiles()
     inheritContent(OutgoingNext, Outgoing);
 
     inheritContent(HistoryIncoming, Incoming);
-    inheritContent(HistoryIncomingNext, HistoryIncoming);
+    inheritContent(HistoryIncomingNext, IncomingNext);
 
     inheritContent(HistoryOutgoing, HistoryIncoming);
     inheritContent(HistoryOutgoingNext, HistoryIncomingNext);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list