GNOME Bugzilla – Bug 347022
ephy-window key_press_event handler eats key-presses without handling them
Last modified: 2006-07-10 19:28:53 UTC
I'm trying to add code like the extra_keybinding handler from Ephy (ephy-window.c) to Nautilus, and I noted that Ephy returns TRUE even if gtk_action_activate fails because the action isn't sensitive. Maybe code like if (gtk_action_is_sensitive (action)) { gtk_action_activate (action); return TRUE; } would be better?
I fixed this in cvs (HEAD and gnome-14). Thanks for the bug report!