a11y: atk_add_key_event_listener listener_id should not return 0 as a valid value
[profile/ivi/clutter.git] / clutter / cally / cally-util.c
index 2797555..e4c90a7 100644 (file)
@@ -233,7 +233,7 @@ static guint
 cally_util_add_key_event_listener (AtkKeySnoopFunc  listener,
                                    gpointer         data)
 {
-  static guint key=0;
+  static guint key = 1;
   CallyKeyEventInfo *event_info = NULL;
 
   if (!key_listener_list)