diff options
author | Tim Janik <timj@gimp.org> | 1998-02-22 02:18:29 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-22 02:18:29 +0000 |
commit | 06d19fb68d0cb4aee25ea3e6758bb31c68291d51 (patch) | |
tree | d07b53c883ba37415634b38a24793314dcbb6e6c /ChangeLog.pre-2-4 | |
parent | e00c0594a3a338cd99e80bf4bcccc86d83febcaf (diff) | |
download | gtk+-06d19fb68d0cb4aee25ea3e6758bb31c68291d51.tar.gz |
renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it's
Sat Feb 21 15:33:20 1998 Tim Janik <timj@gimp.org>
* gtk/gtkwidget.h:
* gtk/gtkwidget.c: renamed signal GtkWidget::set_parent to
GtkWidget::parent_set. since it's purpose is pure notification,
it should have been named this way in the first place.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4b5a37a085..eaea7ceaf4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -3,6 +3,13 @@ Sun Feb 22 00:20:12 MET 1998 Eckehard Berns <eb@berns.prima.de> * gdk/gdkcc.c (gdk_color_context_query_colors): fixed a bug for mode GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bit mashine. +Sat Feb 21 15:33:20 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkwidget.h: + * gtk/gtkwidget.c: renamed signal GtkWidget::set_parent to + GtkWidget::parent_set. since it's purpose is pure notification, + it should have been named this way in the first place. + Sat Feb 21 12:06:11 1998 Scott Goehring <scott@poverty.bloomington.in.us> * gtk/gtkentry.c (gtk_entry_set_text): Added a test for passing a |