Package: clutter-1.0 / 1.10.8-2

Metadata

Package Version Patches format
clutter-1.0 1.10.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_test_data_path.patch | (download)

tests/interactive/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the installed data path for the tests, so that they can find
 their data files when they run.
01_a11y atk_add_key_event_listener listener_id return value.patch | (download)

clutter/cally/cally-util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 a11y: atk_add_key_event_listener listener_id should not return 0 as a valid value

cally_util_add_key_event_listener first id returned was 0, but as
the documentation says, this is a reserved value for a wrong id

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675183

02_a11y Remove key event listener hash table if no longer required.patch | (download)

clutter/cally/cally-util.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 a11y: remove key event listener hash table if no longer required

https://bugzilla.gnome.org/show_bug.cgi?id=675183