summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2003-02-01 21:36:38 +0000
committerDom Lachowicz <doml@src.gnome.org>2003-02-01 21:36:38 +0000
commit2d865283390c14cecab3a036d015c21edda0eb29 (patch)
tree9e57e27c588a72740e0dd9ef5ffbba2ba2a66e86
parentac670d2ddf87dc023ec59226b1dd3b569a8bc374 (diff)
downloadlibrsvg-2d865283390c14cecab3a036d015c21edda0eb29.tar.gz
fix regression
-rw-r--r--ChangeLog9
-rw-r--r--rsvg.c1
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e09766a..0f170a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
2003-02-01 Dom Lachowicz <cinamod@hotmail.com>
+ * rsvg.c (end_element): Fix regression
+
+2003-02-01 Dom Lachowicz <cinamod@hotmail.com>
+
+ * docs/*: GtkDoc work. Please someone with better gtk-doc skills than
+ me make this work 100% properly!
+
+2003-02-01 Dom Lachowicz <cinamod@hotmail.com>
+
* rsvg.c (end_element): Fix regression caused by in_defs bogosity
(start_linear_gradient): Proper handling of unspecified params
(start_radial_gradient): Ditto
diff --git a/rsvg.c b/rsvg.c
index c2b48875..31aa11fa 100644
--- a/rsvg.c
+++ b/rsvg.c
@@ -870,7 +870,6 @@ rsvg_end_element (void *data, const xmlChar *name)
rsvg_end_g (ctx);
else if (!strcmp ((char *)name, "defs")) {
ctx->in_defs = FALSE;
- ctx->handler_nest--;
}
/* pop the state stack */