click-action: Handle the event

In case we did handle the event, we should return TRUE from the ::event
signal handler.
This commit is contained in:
Emmanuele Bassi 2010-05-25 13:27:29 +01:00
parent cfb05bfb09
commit e2bbf7f362

View File

@ -173,7 +173,7 @@ on_event (ClutterActor *actor,
break;
}
return FALSE;
return res;
}
static void