summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-07-06 04:08:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-06 04:08:32 +0000
commit2a74feb04c169b2beb71d6d37968d8b53cee44b8 (patch)
tree9684169cf31de4e5b6d9eec5deb8c2b8fbfecf3b /ChangeLog.pre-2-6
parent264952d5ee933d97f884ddc23c110b919e76436c (diff)
downloadgtk+-2a74feb04c169b2beb71d6d37968d8b53cee44b8.tar.gz
Use the less efficient g_object_interface_find_property () instead of the
Mon Jul 5 23:47:38 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserutils.c (delegate_notify): Use the less efficient g_object_interface_find_property () instead of the param_id range check, since the GParamSpecs we're dealing with are the overridden onces on the interface, whose param_id is always zero. (#145312, Alex Roitman, fix proposed by Owen Taylor)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ec334577b6..2e0b9a9edc 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,12 @@
+Mon Jul 5 23:47:38 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkfilechooserutils.c (delegate_notify): Use
+ the less efficient g_object_interface_find_property () instead
+ of the param_id range check, since the GParamSpecs we're
+ dealing with are the overridden onces on the interface, whose
+ param_id is always zero. (#145312, Alex Roitman, fix proposed
+ by Owen Taylor)
+
2004-07-05 Lorenzo Gil Sanchez <lgs@sicem.biz>
* gtk/gtklayout.c (gtk_layout_add): added a default method for the add