summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-02-20 11:56:17 +0000
committerSven Neumann <neo@src.gnome.org>2002-02-20 11:56:17 +0000
commit55b46cc8d42e1c85901ec3ea6eb0190f8d873bc1 (patch)
tree225020e17f77124d8a1d616560be3378fb078974 /ChangeLog.pre-2-0
parent8ac97865e8f43eddfa6fc00d42c237aa82e8a52f (diff)
downloadgtk+-55b46cc8d42e1c85901ec3ea6eb0190f8d873bc1.tar.gz
check handler_id before disconnecting the signal handler since it might
2002-02-20 Sven Neumann <sven@gimp.org> * 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.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-07
1 files changed, 7 insertions, 0 deletions
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 <sven@gimp.org>
+
+ * 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 <maclas@gmx.de>
* docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from