summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-02-09 22:12:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-02-09 22:12:04 +0000
commitdc46b476e38e3cc0461cf97e4d7d16ec59f4cb29 (patch)
tree6735e92a13cd58a17bac0b33d11dba386662dbeb /ChangeLog.pre-2-10
parent1e40b8cb180ed58629b7a761eb3582bf52895afa (diff)
downloadgdk-pixbuf-dc46b476e38e3cc0461cf97e4d7d16ec59f4cb29.tar.gz
Avoid segfault for selectable tab labels (even without a segfault, they
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault for selectable tab labels (even without a segfault, they make the notebook almost unusable, though). (#69985) * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do nothing if the parent is not a menu. (#66492) * gtk/gtkitemfactory.c (gtk_item_factory_from_widget, gtk_item_factory_path_from_widget): Try fetching the return value from menu_item->submenu as a fallback. (#69020)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1017
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f00169ecf..47d8a1525 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,20 @@
+2002-02-09 Matthias Clasen <matthias@local>
+
+ * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
+ for selectable tab labels (even without a segfault, they make the
+ notebook almost unusable, though). (#69985)
+
+2002-02-08 Matthias Clasen <matthias@local>
+
+ * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do
+ nothing if the parent is not a menu. (#66492)
+
+2002-02-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkitemfactory.c (gtk_item_factory_from_widget,
+ gtk_item_factory_path_from_widget): Try fetching the return value
+ from menu_item->submenu as a fallback. (#69020)
+
Sat Feb 9 22:57:43 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): convert