diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-01-29 03:24:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-29 03:24:09 +0000 |
commit | 94eb8c9b15494f6c6cc0bf4b9e1291512304e94a (patch) | |
tree | bbbfa13fd8c1c79c600e2f940ce0b94b9906f571 /ChangeLog | |
parent | f0cb7200632814610734a5112273bf8d70bc8cd8 (diff) | |
download | gtk+-94eb8c9b15494f6c6cc0bf4b9e1291512304e94a.tar.gz |
Reinstate gtk_toolbar_content_new_compatibility() that was mistakenly
2007-01-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility()
that was mistakenly "cleaned up" a while ago. Also
revert a problematic change to the screen_changed
handler. (#401598, Søren Sandmann)
svn path=/trunk/; revision=17232
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-01-28 Matthias Clasen <mclasen@redhat.com> + * gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility() + that was mistakenly "cleaned up" a while ago. Also + revert a problematic change to the screen_changed + handler. (#401598, Søren Sandmann) + +2007-01-28 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkframe.c (gtk_frame_size_allocation): Fix a problem with large y thickness. (#136592, Xan Lopez) |