diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-04 03:16:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-04 03:16:28 +0000 |
commit | 00dd821a5a738981b20662bc2a0a0f26f32b94e9 (patch) | |
tree | 89361c4c8d2114dbf8312079123269311868ac65 /ChangeLog | |
parent | 2c5634dad18a75ffc16b0653b662193d48b7de3c (diff) | |
download | gtk+-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |