From 2bc6d4548f8d4a9e0cea243b2a4f47d33c3f0455 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 17 Jul 1998 06:10:02 +0000 Subject: sropped the approach of copying all signal specific data into a Fri Jul 17 05:30:47 1998 Tim Janik * gtk/gtksignal.c (gtk_handlers_run) (gtk_signal_real_emit): sropped the approach of copying all signal specific data into a GtkHandlerInfo structure. we rather keep the signal data on the stack in gtk_signal_real_emit and pass that over to gtk_handlers_run. this avoids multiple lookups of the signal pointer and works savely together with destroy notifiers of handlers. * gtk/gtkentry.c (gtk_entry_key_press): care for the posssibility that someone destroys the entry on the ::activate signal. --- ChangeLog.pre-2-6 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.pre-2-6') diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4d3dbd938e..6633e39bc6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,12 @@ Fri Jul 17 05:30:47 1998 Tim Janik + * gtk/gtksignal.c (gtk_handlers_run) (gtk_signal_real_emit): + sropped the approach of copying all signal specific data into a + GtkHandlerInfo structure. we rather keep the signal data on the stack + in gtk_signal_real_emit and pass that over to gtk_handlers_run. this + avoids multiple lookups of the signal pointer and works savely together + with destroy notifiers of handlers. + * gtk/gtkentry.c (gtk_entry_key_press): care for the posssibility that someone destroys the entry on the ::activate signal. -- cgit v1.2.1