diff options
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r-- | gtk/gtkcheckbutton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index ab7a862779..cd23ab3a05 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -834,7 +834,6 @@ gtk_check_button_set_group (GtkCheckButton *self, priv->group_next = NULL; priv->group_prev = NULL; - g_object_notify_by_pspec (G_OBJECT (self), props[PROP_GROUP]); if (priv->indicator_widget) gtk_css_node_set_name (gtk_widget_get_css_node (priv->indicator_widget), |