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


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

The following commit has been merged in the master branch:
commit bdc2b0b7b12d94d12393eb867f8f4ae63bf9103e
Author: Lasath Fernando <kde at lasath.org>
Date:   Sat Jul 14 23:07:58 2012 +1000

    Make KCM show up in text-ui setttings dialog
    
    It turns out, it was in some obscure protected slot in ChatWindow that I
    had to make that change.
---
 app/chat-window.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index df77040..eb1b7a0 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -515,6 +515,7 @@ void ChatWindow::showSettingsDialog()
 
     dialog->addModule(QLatin1String("kcm_ktp_chat_appearance"));
     dialog->addModule(QLatin1String("kcm_ktp_chat_behavior"));
+    dialog->addModule(QLatin1String("kcm_ktp_chat_messages"));
 
     dialog->setAttribute(Qt::WA_DeleteOnClose);
     dialog->show();

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list