diff options
author | Tim Janik <timj@gtk.org> | 1998-10-12 06:01:09 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-10-12 06:01:09 +0000 |
commit | 128cb63dcc5770b1b7c7334e3292f974c13cec77 (patch) | |
tree | d6b5c1ca34384327a4e604d1243d8c1eb721eec0 /ChangeLog.pre-2-8 | |
parent | 3e4c74d7efc1bfcdfdd7f67e56e43c19e002ce75 (diff) | |
download | gtk+-128cb63dcc5770b1b7c7334e3292f974c13cec77.tar.gz |
only unref those handlers that have not yet been disconnected (finally
Mon Oct 12 07:51:34 1998 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handlers_destroy): only unref those
handlers that have not yet been disconnected (finally managed to
trigger the gtk_signal_handler_unref() paranoid warning).
Sat Oct 10 03:37:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.c (gtk_widget_get_arg): fixed default value for x, y,
width and height which is -1 and not -2.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b123a60b71..0ab1dcab29 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Mon Oct 12 07:51:34 1998 Tim Janik <timj@gtk.org> + + * gtk/gtksignal.c (gtk_signal_handlers_destroy): only unref those + handlers that have not yet been disconnected (finally managed to + trigger the gtk_signal_handler_unref() paranoid warning). + +Sat Oct 10 03:37:50 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkwidget.c (gtk_widget_get_arg): fixed default value for x, y, + width and height which is -1 and not -2. + Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org> * HACKING |