Dear Maintainer, scrolling down with the mouse wheel over a Gtk.StatusIcon emits lot of GDK_SCROLL_UP events, actually much more than scroll down events. I can't reproduce this using PyGtk on the same machine, so I guess it's not related to my machine. I attached a test script which demonstrates the problem: when launched, it creates a status icon (actually, without icon), and scrolling over prints in the console the events received. Specifying the "-p" option runs the same example with PyGtk, which doesn't have the problem. Thanks, Jonathan