summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-03 06:16:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-03 06:16:43 +0000
commitf41c59cce3be046727b23b71b7afcfece889aeab (patch)
treed2a9e8f3283682d726a405dfc9b104b626c2b5c4 /ChangeLog
parenta781654839cfc4c5e1fffa54716d234dd8ddccc9 (diff)
downloadgtk+-f41c59cce3be046727b23b71b7afcfece889aeab.tar.gz
Don't crash if the active_row reference has become invalid. (#157156,
2004-11-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash if the active_row reference has become invalid. (#157156, Christophe Fergeau)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea539e007a..61c83ea521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash
+ if the active_row reference has become invalid. (#157156,
+ Christophe Fergeau)
+
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_activate_key_after): As