GtkColorSwatch: Set an accessible role

And update the colorchooser a11y test to a) use GtkColorChooser
instead of the deprecated GtkColorSelection and b) match this
change. Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=721045
This commit is contained in:
Matthias Clasen
2014-01-04 18:51:23 -05:00
parent c45057c88a
commit 9137b4ed8e
3 changed files with 1211 additions and 1218 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkColorSelectionDialog" id="window1">
<object class="GtkColorChooserDialog" id="window1">
</object>
</interface>