diff options
author | Robert Staudinger <robsta@gnome.org> | 2009-09-08 14:50:03 +0200 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2009-09-08 14:50:03 +0200 |
commit | 8e49a2b63911ea7c4c97977afcc3220c9e052484 (patch) | |
tree | 5eed807191acaf77c45671795710d6aadfd057fc /ccss-gtk | |
parent | b5610632b7e9930667df5b42d6eb5c19b503f47f (diff) |
[feature] Support for multiple pseudo-classes per node.
Diffstat (limited to 'ccss-gtk')
-rw-r--r-- | ccss-gtk/ccss-gtk-stylesheet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccss-gtk/ccss-gtk-stylesheet.c b/ccss-gtk/ccss-gtk-stylesheet.c index 0d249af..44d070a 100644 --- a/ccss-gtk/ccss-gtk-stylesheet.c +++ b/ccss-gtk/ccss-gtk-stylesheet.c @@ -59,7 +59,7 @@ static ccss_node_class_t _node_class = { .get_base_style = NULL, .get_id = (ccss_node_get_id_f) get_id, .get_type = (ccss_node_get_type_f) get_type, - .get_class = NULL, + .get_classes = NULL, .get_pseudo_classes = (ccss_node_get_pseudo_classes_f) get_pseudo_classes, .get_attribute = NULL, .get_viewport = NULL, |