a11y: atk_add_key_event_listener listener_id should not return 0 as a valid value
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 9 May 2012 15:10:55 +0000 (15:10 +0000)
committerLaurent Bigonville <bigon@debian.org>
Sat, 4 Aug 2012 20:36:28 +0000 (20:36 +0000)
commitbd7621e8d64932f9032f71ba80b1123648badb25
tree374fc82fbf14b27085e5df99c83b83b276be808c
parent768635694834c76d4abb358f6c282cf617e42183
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

Gbp-Pq: Name 01_a11y-atk_add_key_event_listener-listener_id-return-value.patch
clutter/cally/cally-util.c