[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:02:54 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=bd4e9d4

The following commit has been merged in the master branch:
commit bd4e9d48af19fc47f88149dcb85b3e8f98cae8bb
Author: Lasse Liehu <lasse.liehu at gmail.com>
Date:   Fri Nov 30 02:30:30 2012 +0200

    Fix compile
---
 src/edit-account-dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/edit-account-dialog.cpp b/src/edit-account-dialog.cpp
index c931bf6..833c5b2 100644
--- a/src/edit-account-dialog.cpp
+++ b/src/edit-account-dialog.cpp
@@ -112,7 +112,7 @@ void EditAccountDialog::onWalletOpened(Tp::PendingOperation *op)
 void EditAccountDialog::accept()
 {
     if (!d->widget) {
-        kWarning(QLatin1String("mssing d->widget, not saving parameters");
+        kWarning() << "missing d->widget, not saving parameters";
         return;
     }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list