From dff653354f5353e4e80b7f7df8eeca5ec8d52a39 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 5 Mar 2014 16:09:32 +0100 Subject: [PATCH] use the Id, not the wid --- examples/applets/windowthumbnails/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/applets/windowthumbnails/contents/ui/main.qml b/examples/applets/windowthumbnails/contents/ui/main.qml index 35ecb3b24..fb97288d6 100644 --- a/examples/applets/windowthumbnails/contents/ui/main.qml +++ b/examples/applets/windowthumbnails/contents/ui/main.qml @@ -81,7 +81,7 @@ Item { anchors.right: parent.right } onClicked: { - performOperation(model["WindowList"][0], "activate"); + performOperation(model["Id"], "activate"); } } }