summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-04 03:16:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-04 03:16:28 +0000
commit00dd821a5a738981b20662bc2a0a0f26f32b94e9 (patch)
tree89361c4c8d2114dbf8312079123269311868ac65 /ChangeLog
parent2c5634dad18a75ffc16b0653b662193d48b7de3c (diff)
downloadgtk+-00dd821a5a738981b20662bc2a0a0f26f32b94e9.tar.gz
Avoid getting the interface struct twice in the same function. (#300513,
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c: * gtk/gtkcelleditable.c: * gtk/gtktreemodel.c: Avoid getting the interface struct twice in the same function. (#300513, Billy Biggs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78f1b1511a..d53f0fd6d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-05-03 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilesystem.c:
+ * gtk/gtkcelleditable.c:
* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function. (#300513, Billy Biggs)