summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorrobert.ancell@gmail.com <>2010-06-20 13:44:03 +1000
committerrobert.ancell@gmail.com <>2010-06-20 13:44:03 +1000
commit3e052cd0bb3a60e2958fe9cb5fa2b1a189aaf808 (patch)
tree69161b58c58e46dd135b26d227b17a0f6f57ac9e /themes
parent328e7b42d0c079416a9ea4ae0a79c2f3ea19a7ed (diff)
downloadlightdm-3e052cd0bb3a60e2958fe9cb5fa2b1a189aaf808.tar.gz
Use URI for image
Diffstat (limited to 'themes')
-rw-r--r--themes/webkit/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/webkit/index.html b/themes/webkit/index.html
index 87f95f07..f6c553cc 100644
--- a/themes/webkit/index.html
+++ b/themes/webkit/index.html
@@ -89,7 +89,7 @@ for (i in lightdm.users)
label = user.name
if (user.image.length > 0)
- image = 'file://' + user.image
+ image = user.image
else
image = 'file:///usr/share/icons/gnome/32x32/stock/generic/stock_person.png'