From 55b46cc8d42e1c85901ec3ea6eb0190f8d873bc1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 20 Feb 2002 11:56:17 +0000 Subject: check handler_id before disconnecting the signal handler since it might 2002-02-20 Sven Neumann * gtk/gtkcolorsel.c (gtk_color_selection_finalize): check handler_id before disconnecting the signal handler since it might have never been connected if the GtkColorSelection is destroyed before it was realized. --- ChangeLog.pre-2-0 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.pre-2-0') diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cedc12764f..f5cc9e7840 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2002-02-20 Sven Neumann + + * gtk/gtkcolorsel.c (gtk_color_selection_finalize): check + handler_id before disconnecting the signal handler since it might + have never been connected if the GtkColorSelection is destroyed + before it was realized. + 2002-02-20 Matthias Clasen * docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from -- cgit v1.2.1