diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-21 20:06:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-21 20:06:17 +0000 |
commit | 22a6d585c86408ca258958cbb5476699b6706066 (patch) | |
tree | 058867e7ae5f5e45cb30ae6d503f13dd8c2b2e50 /ChangeLog.pre-2-8 | |
parent | 0321556d15a3a197159d7115d6a7aedb52183620 (diff) | |
download | gtk+-22a6d585c86408ca258958cbb5476699b6706066.tar.gz |
Keep a list of current GtkRcFiles being parsed, not just the directories
Thu Aug 21 16:00:36 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkrc.c: Keep a list of current GtkRcFiles
being parsed, not just the directories for those
files. Use that to catch recursion. (Part of
#114988)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6fabd5c906..06a36db10e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Thu Aug 21 16:00:36 2003 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkrc.c: Keep a list of current GtkRcFiles + being parsed, not just the directories for those + files. Use that to catch recursion. (Part of + #114988) + Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org>A Merge from stable. |