summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Hult <rhult@codefactory.se>2002-10-28 18:42:37 +0000
committerRichard Hult <rhult@src.gnome.org>2002-10-28 18:42:37 +0000
commit0e55eadfefad0dfc87e3de38e3e4f6c29be363ab (patch)
treedfea217dae6628d9c260af98af048ea7c1c104fc /ChangeLog
parent41f88215212fe026fc76df5405bbb94f706cc087 (diff)
downloadyelp-0e55eadfefad0dfc87e3de38e3e4f6c29be363ab.tar.gz
Don't create GNodes with g_new, use g_node_new. Fixes a crash.
2002-10-27 Richard Hult <rhult@codefactory.se> * src/yelp-pregenerate.c (main): Don't create GNodes with g_new, use g_node_new. Fixes a crash. (parse_section): Initialize variables and break out of loop when we have a match.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b310d7cc..55eb319f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-27 Richard Hult <rhult@codefactory.se>
+
+ * src/yelp-pregenerate.c (main): Don't create GNodes with g_new,
+ use g_node_new. Fixes a crash.
+ (parse_section): Initialize variables and break out of loop when
+ we have a match.
+
2002-10-26 Mikael Hallendal <micke@codefactory.se>
* src/yelp-base.c: removed unused struct type.