summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-01 16:31:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-01 16:31:07 -0400
commit746bdd3d4778629b161d45f869659d2c77e839f1 (patch)
tree38b047fbf1b76f6db26fad271f648ab033da3559 /gtk/gtkcheckbutton.c
parentc5c67cbb8c30771c465ab7f38b83c6832e251ca8 (diff)
downloadgtk+-746bdd3d4778629b161d45f869659d2c77e839f1.tar.gz
checkbutton: Don't notify write-only properties
Nobody is listening...
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r--gtk/gtkcheckbutton.c1
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),