summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-24 01:41:30 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-24 01:41:30 +0000
commit825fcd6b90e43ae76d520dc18318984417d22acd (patch)
tree881c9cf3446eaebad6e9537b68e31f41f163b581 /tests
parent62f9f6ec4e2e536e158d8f6effd821e608d9dac7 (diff)
downloadlibcroco-825fcd6b90e43ae76d520dc18318984417d22acd.tar.gz
small cosmetic changes. started to work on the support of a pluggable
2003-12-24 Dodji Seketeli <dodji@gnome.org> * src/parser/cr-additional-sel.h: small cosmetic changes. * src/seleng/cr-sel-eng.c: started to work on the support of a pluggable handler for pseudo class selectors evaluation. Wrote facilities to register/unregister/lookup the handler.
Diffstat (limited to 'tests')
-rw-r--r--tests/test7-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test7-main.c b/tests/test7-main.c
index 4ed3393..4165a53 100644
--- a/tests/test7-main.c
+++ b/tests/test7-main.c
@@ -156,7 +156,7 @@ test_layout_box (void)
CRBoxView *box_view = NULL ;
GtkWidget *window = NULL, *scroll = NULL ;
- box_view = cr_box_view_new_from_xml_css_bufs
+ box_view = cr_box_view_new_from_xml_css_bufs
(gv_xmlbuf, gv_cssbuf) ;
g_return_val_if_fail (box_view, CR_BAD_PARAM_ERROR) ;