[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=d259b4c

The following commit has been merged in the master branch:
commit d259b4c143e8bdf5e17194e18f60622714ad7e39
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Sep 18 01:36:25 2013 +0000

    Show blue pawn icon if no avatar is available
    
    This makes everything consistent
    
    REVIEW: 112788
    BUG: 317495
    FIXED-IN: 0.7.0
---
 src/contactrunner.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contactrunner.cpp b/src/contactrunner.cpp
index 7ec9655..08bfb73 100644
--- a/src/contactrunner.cpp
+++ b/src/contactrunner.cpp
@@ -390,7 +390,7 @@ void ContactRunner::matchContacts(Plasma::RunnerContext &context)
             if (!iconFile.isEmpty() && QFile::exists(iconFile)) {
                 match.setIcon(QIcon(iconFile));
             } else {
-                match.setIcon(presence.icon());
+                match.setIcon(QIcon::fromTheme(QLatin1String("im-user")));
             }
 
             if (!presence.statusMessage().isEmpty()) {

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list