From 777445253d3e0d083f3e61f8c8e5f753d7e29dae Mon Sep 17 00:00:00 2001 From: Arvid Nilsson Date: Fri, 4 Oct 2013 11:41:37 +0200 Subject: Fix typo in quickwindow.qml Set favicon image source to the value of the icon property, not the url. D'oh! Change-Id: I411f787f4f19fbeb2db9a61e4aada79b3527dcfb Reviewed-by: Arvid Nilsson Reviewed-by: Andras Becsi --- examples/quick/quicknanobrowser/quickwindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/quick/quicknanobrowser/quickwindow.qml b/examples/quick/quicknanobrowser/quickwindow.qml index a3b8c405d..3257a9852 100644 --- a/examples/quick/quicknanobrowser/quickwindow.qml +++ b/examples/quick/quicknanobrowser/quickwindow.qml @@ -110,7 +110,7 @@ ApplicationWindow { url: utils.initialUrl() onUrlChanged: addressBar.text = url - onIconChanged: faviconImage.source = url + onIconChanged: faviconImage.source = icon onLoadProgressChanged: progressBar.value = loadProgress } } -- cgit v1.2.3