diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-08 17:09:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-08 17:09:18 +0000 |
commit | 356c249aab90c722d6510acbec36aa656cce18dc (patch) | |
tree | 304afd043b153ac6c65547f70765615cdd9a5a48 /ChangeLog.pre-2-6 | |
parent | eabb63be3b323c00beb37af412d2d1e68bf27c8e (diff) | |
download | gtk+-356c249aab90c722d6510acbec36aa656cce18dc.tar.gz |
Set the cell renderer to inert mode to avoid bug #154921. This fixes a
* gtk/gtkfilechooserdefault.c (renderer_edited_cb): Set the cell
renderer to inert mode to avoid bug #154921. This fixes a crash
which would otherwise occur if the editing is stopped for the second
time. (#154767, Manuel Baena García)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4ffacbbcde..5836937513 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,10 @@ 2004-10-08 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Set the cell + renderer to inert mode to avoid bug #154921. This fixes a crash + which would otherwise occur if the editing is stopped for the second + time. (#154767, Manuel Baena García) + * gtk/gtkdebug.h: * gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug flag, geometry, to debug size allocation. |