From f95c21b67c59d25e4bfafff84bb02077e88a4d37 Mon Sep 17 00:00:00 2001 From: James Westman Date: Thu, 16 Sep 2021 23:53:42 -0500 Subject: [PATCH] gtkcolorbutton: Fix documentation --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index d34e0c3cf3..499c57f3f2 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -193,7 +193,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass) * * Note that this signal is only emitted when the user changes the color. * If you need to react to programmatic color changes as well, use - * the notify::color signal. + * the notify::rgba signal. */ color_button_signals[COLOR_SET] = g_signal_new (I_("color-set"), G_TYPE_FROM_CLASS (gobject_class),