use the Id, not the wid

This commit is contained in:
Marco Martin 2014-03-05 16:09:32 +01:00
parent f8be8ab0fd
commit dff653354f

View File

@ -81,7 +81,7 @@ Item {
anchors.right: parent.right
}
onClicked: {
performOperation(model["WindowList"][0], "activate");
performOperation(model["Id"], "activate");
}
}
}