summaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/quicknanobrowser/quickwindow.qml2
1 files changed, 1 insertions, 1 deletions
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
}
}