[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=b8980fd

The following commit has been merged in the master branch:
commit b8980fd4c336d6deda852d2dcbb96d6c31a85b4a
Author: Andrea Scarpino <andrea at archlinux.org>
Date:   Thu Feb 7 13:55:13 2013 +0059

    Fix misleading icon on notification when denying authorization
    
    BUG: 308913
---
 contact-request-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contact-request-handler.cpp b/contact-request-handler.cpp
index bc1bf61..f40f397 100644
--- a/contact-request-handler.cpp
+++ b/contact-request-handler.cpp
@@ -326,7 +326,7 @@ void ContactRequestHandler::onRemovePresencePublicationFinished(Tp::PendingOpera
         if (!m_notifierItem.isNull()) {
             m_notifierItem.data()->showMessage(i18n("Contact request denied"),
                                                i18n("%1 will not be able to see when you are online",
-                                                    contact->alias()), QLatin1String("dialog-ok-apply"));
+                                                    contact->alias()), QLatin1String("dialog-information"));
         }
         // Update the menu
         m_pendingContacts.remove(contact->id());

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list