mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
Merge branch 'glib-build-fix' into 'master'
togglebutton: Don't crash on click See merge request GNOME/gtk!2334
This commit is contained in:
commit
2a962e1c9a
@ -185,8 +185,6 @@ gtk_toggle_button_clicked (GtkButton *button)
|
||||
GtkToggleButtonPrivate *priv = gtk_toggle_button_get_instance_private (toggle_button);
|
||||
|
||||
gtk_toggle_button_set_active (toggle_button, !priv->active);
|
||||
|
||||
GTK_BUTTON_CLASS (gtk_toggle_button_parent_class)->clicked (button);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user