diff options
author | Tim Janik <timj@gtk.org> | 1998-07-15 12:25:43 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-15 12:25:43 +0000 |
commit | a3c7dca8cf3c88161cdca4069add3e2a9ac75cc7 (patch) | |
tree | 45fb89e04278525ef5a305723ef8169f157c758d /ChangeLog | |
parent | 7702d2f8fcd8a8c81bbc5c556124303a04ecc522 (diff) | |
download | gdk-pixbuf-a3c7dca8cf3c88161cdca4069add3e2a9ac75cc7.tar.gz |
pass only the signal_id to this function. it needs to relookup the signal
Wed Jul 15 14:20:10 1998 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_real_emit): pass only the signal_id
to this function. it needs to relookup the signal multiple times.
this fixes spurious segfaults that could show up with signal intensive
code, when classes are created during a pending emission (which is
normal case).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Jul 15 14:20:10 1998 Tim Janik <timj@gtk.org> + + * gtk/gtksignal.c (gtk_signal_real_emit): pass only the signal_id + to this function. it needs to relookup the signal multiple times. + this fixes spurious segfaults that could show up with signal intensive + code, when classes are created during a pending emission (which is + normal case). + Tue Jul 14 19:12:12 1998 Tim Janik <timj@gtk.org> * gtk/gtkbutton.c (gtk_button_set_arg): don't destroy a buttons |