[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:18:31 UTC 2016


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

The following commit has been merged in the master branch:
commit 96a6cdd5ca529f4bc4ce61dd75ac2cc506276bd8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Mar 25 03:03:56 2013 +0100

    Fix placing of the dialog when starting from the pinned contacts
    
    This was part of commit 58e0f54ee721037e703617aa5989de8973451acb
---
 chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
index da2866f..8a854b3 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
@@ -64,7 +64,7 @@ ConversationDelegateButton {
                 //when we open the dialog by the button plasma will collapse because the
                 //item is not positioned yet. Use the plasmoid root instead, in those cases
                 var item = convButton.state==Component.Ready ? convButton : base;
-                var point = dialog.popupPosition(convButton, pos);
+                var point = dialog.popupPosition(item, pos);
                 console.log("Showing dialog at (" + point.x + "," + point.y + ")");
 
                 dialog.x = point.x;

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list