commit | 4c3661fd7bd6a9970a9cc6b7f9573b8617401bd8 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Apr 21 22:54:37 2014 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Apr 21 22:54:37 2014 -0700 |
tree | 3784f28199040dfbbc636729ff65682a4c8dab5e | |
parent | 1679f232e541489eedd94774bcfaec9752fdea64 [diff] |
desktop-shell: Only use default background if no background color is set Previously we would only use the set background color if the background-image value was explicitly set to empty or a non-existing image. With this change, we only load the default background image if there's no configure background image or background color. In case of both an image and a color, the image takes precedence as before.