[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:10 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=2d6c127

The following commit has been merged in the master branch:
commit 2d6c1275fec4868f5370dc56e3d98ab4adfda376
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Feb 28 13:22:49 2014 +0100

    Prefer Qt.openUrlExternally over plasmoid.openUrl
    
    It didn't work very well, sometimes I would get a spinning job and never
    get the url open.
    It's the preferred way to do it in Plasma 2 as well.
    
    Reviewed by David Edmundson
---
 chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
index 4ae8977..a8234fc 100644
--- a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
@@ -31,7 +31,7 @@ PlasmaComponents.Label {
 
     onLinkActivated: {
         console.log("opening link: " + link);
-        plasmoid.openUrl(link);
+        Qt.openUrlExternally(link);
     }
 
     //Hover to display the time when hovering a message

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list