summaryrefslogtreecommitdiff
path: root/src/select/properties/list_style_image.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-05 00:44:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-05 00:44:04 +0000
commit4860bd14179e94a7d073714c1c5b21fd9c200dd7 (patch)
treed6343a55826ee6d6ae3801c0453dcce12a0e987e /src/select/properties/list_style_image.c
parente094fcbc9fcf39fb2d71cd521e8076f4703fa100 (diff)
downloadlibcss-4860bd14179e94a7d073714c1c5b21fd9c200dd7.tar.gz
libcss-4860bd14179e94a7d073714c1c5b21fd9c200dd7.tar.bz2
Simultaneously select styles for base + pseudo elements.
svn path=/trunk/libcss/; revision=11211
Diffstat (limited to 'src/select/properties/list_style_image.c')
-rw-r--r--src/select/properties/list_style_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/list_style_image.c b/src/select/properties/list_style_image.c
index 624ef0b..4ebfb28 100644
--- a/src/select/properties/list_style_image.c
+++ b/src/select/properties/list_style_image.c
@@ -35,7 +35,7 @@ css_error set_list_style_image_from_hint(const css_hint *hint,
css_error initial_list_style_image(css_select_state *state)
{
- return set_list_style_image(state->result,
+ return set_list_style_image(state->computed,
CSS_LIST_STYLE_IMAGE_NONE, NULL);
}