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


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

The following commit has been merged in the master branch:
commit c6d2e30f24a3aee0d5185bd255e57d4def7355e9
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Mar 28 16:47:31 2011 +0100

    Add previously commented out code which fetches the list of styles from the style-manager.
    
    BUG:269063
---
 config/main-window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/main-window.cpp b/config/main-window.cpp
index 21bce19..d74de0b 100644
--- a/config/main-window.cpp
+++ b/config/main-window.cpp
@@ -38,7 +38,7 @@ MainWindow::MainWindow(QWidget *parent, const QVariantList& args)
     ui->setupUi(this);
 
     ChatWindowStyleManager* manager = ChatWindowStyleManager::self();
-    // manager->loadStyles();
+    manager->loadStyles();
     connect(manager, SIGNAL(loadStylesFinished()), SLOT(onStylesLoaded()));
 
     m_demoChatHeader.setChatName(i18n("A demo chat"));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list