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 (17:10 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 18 Jun 2012 10:44:55 +0000 (12:44 +0200)
commitcafcf14e0e199df65842359d95c6595de46ad32b
tree23340b11289255483f865e64f4af4ef58ff2e9b2
parenta88f73091b7606447418a63c62cb447f2ee63780
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
clutter/cally/cally-util.c