main: Fix keyboard event emission for non-reactive actors

This is an innocent copy-paste issue that ended up breaking a few things

https://bugzilla.gnome.org/show_bug.cgi?id=664582
This commit is contained in:
Jasper St. Pierre 2011-11-26 05:15:17 -05:00
parent 1dc7c45438
commit f7bb1e879e

View File

@ -2324,7 +2324,7 @@ emit_keyboard_event (ClutterEvent *event,
if (context->keyboard_grab_actor == NULL &&
(device == NULL || device->keyboard_grab_actor == NULL))
{
emit_event (event, FALSE);
emit_event (event, TRUE);
}
else
{