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


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

The following commit has been merged in the master branch:
commit e0a62972ced52bce44bcaf31bc396f649785457b
Author: Dominik Schmidt <ich at dominik-schmidt.de>
Date:   Mon Sep 20 12:49:04 2010 +0000

    Fix deprecated usage of styleName. Use styleId instead.
    
    svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1177524
---
 config/mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/mainwindow.cpp b/config/mainwindow.cpp
index 781edf1..f3f5635 100644
--- a/config/mainwindow.cpp
+++ b/config/mainwindow.cpp
@@ -66,7 +66,7 @@ void MainWindow::onStylesLoaded()
     while (i != styles.constEnd()) {
         ui->styleComboBox->addItem(i.value(), i.key());
 
-        if (i.key() == currentStyle->getStyleName()) {
+        if (i.key() == currentStyle->id()) {
             ui->styleComboBox->setCurrentItem(i.value());
         }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list