GNOME Bugzilla – Bug 382503
problematic filter function
Last modified: 2007-01-31 17:33:59 UTC
acme_filter_events() needs to check for the event type before assuming it is a key event. Something like if (xev->xany.type != KeyPress && xev->xany.type != KeyRelease) return GDK_FILTER_CONTINUE;
Created attachment 79652 [details] [review] do just what Matthias suggested patch is against 2.17.3. Also removes an unused variable.
Patch applied.