a11y: Remove default description from GtkSwitch

https://bugzilla.gnome.org/show_bug.cgi?id=707926
This commit is contained in:
Alejandro Piñeiro
2013-09-11 18:37:26 +02:00
parent 48b05a8556
commit ef41c2a60f
2 changed files with 1 additions and 11 deletions

View File

@ -894,6 +894,7 @@ gtk_switch_class_init (GtkSwitchClass *klass)
g_object_class_override_property (gobject_class, PROP_ACTION_TARGET, "action-target");
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_SWITCH_ACCESSIBLE);
gtk_widget_class_set_accessible_role (widget_class, ATK_ROLE_TOGGLE_BUTTON);
}
static void