summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-10-08 17:09:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-08 17:09:18 +0000
commit356c249aab90c722d6510acbec36aa656cce18dc (patch)
tree304afd043b153ac6c65547f70765615cdd9a5a48 /ChangeLog.pre-2-6
parenteabb63be3b323c00beb37af412d2d1e68bf27c8e (diff)
downloadgtk+-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-65
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.