fix copy/paste error

SVN revision: 32771
This commit is contained in:
Sebastian Dransfeld 2007-11-19 08:42:33 +00:00
parent 9766a725eb
commit 23d39ab154
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ _ecore_evas_fb_gain(void *data __UNUSED__)
{
ecore_list_first_goto(ecore_evas_input_devices);
while ((dev = ecore_list_next(ecore_evas_input_devices)))
ecore_fb_input_device_listen(dev, 0);
ecore_fb_input_device_listen(dev, 1);
}
}