Hello, I'm a bit confused by the "activate" signal. The API says that this signal is 'normally' sent when 'Enter' is pressed. And yet, when I try the test-entry.c example with Clutter 0.8, pressing 'Enter' does not emit the "activate" signal for the ClutterEntry object... why is this? And why does the API say 'normally'?
I'm working on a little example of my own to test these things out. I have a ClutterEntry and what I want to do is connect a method to the "activate" signal which will read what is currently in the ClutterEntry and do things to it. I have this all set up, but "activate" isn't working.... Thanks.
