summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2008-11-04 13:27:53 +0100
committerRobert Staudinger <robsta@gnome.org>2008-11-04 13:27:53 +0100
commite5207d638d5a309a43e3a7b87893b9904e5e2fce (patch)
tree6d3130aa411d4f9cbc72a2bfa6808f6e153b12b2 /examples
parent0e9670fe905aa03dee332921d2c230b79a2f82ce (diff)
* ccss/ccss.sym.in:
* doc/ccss-sections.txt: * doc/tmpl/ccss-unused.sgml: * doc/tmpl/style.sgml: * doc/tmpl/stylesheet.sgml: * examples/example-2.c (main): Cleanup after API change.
Diffstat (limited to 'examples')
-rw-r--r--examples/example-2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example-2.c b/examples/example-2.c
index 328b0f2..d099305 100644
--- a/examples/example-2.c
+++ b/examples/example-2.c
@@ -89,7 +89,9 @@ main (int argc,
style);
g_assert (ret);
+#ifdef CCSS_DEBUG
ccss_style_dump (style);
+#endif
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_default_size (GTK_WINDOW (window), 160, 90);