summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-06-30 12:34:36 +0000
committerTim Janik <timj@src.gnome.org>1998-06-30 12:34:36 +0000
commit10184125551c2cccbf1b31f64100c064a4e3c2ab (patch)
treebc0997055a1e1e4535d3e140fdb5544ef4879c47 /ChangeLog
parentb483ca4b9765c3fb39e1af170b35786679f216bc (diff)
downloadgdk-pixbuf-10184125551c2cccbf1b31f64100c064a4e3c2ab.tar.gz
fixed lookup order for rc styles. the latest defined rc set pattern is
Tue Jun 30 14:30:37 1998 Tim Janik <timj@gtk.org> * gtk/gtkrc.c: fixed lookup order for rc styles. the latest defined rc set pattern is favoured, this is needed for overriding of style patterns with subsequently parsed rc files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a546612c8..41d9b711d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 30 14:30:37 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkrc.c: fixed lookup order for rc styles. the latest defined
+ rc set pattern is favoured, this is needed for overriding of style
+ patterns with subsequently parsed rc files.
+
Tue Jun 30 12:45:19 1998 Tim Janik <timj@gtk.org>
* gtk/gtkrc.c: code overhaul for simplicity and more descriptive