GNOME Bugzilla – Bug 702650
Notify about caret navigation errors using the error bell
Last modified: 2013-06-19 16:32:53 UTC
When a cursor movement requested by the user can't be done (moving backwards while in the first position, etc.) we should notify the user using the error bell (see gtk_widget_error_bell())
Created attachment 247266 [details] [review] Use the error bell to notify about caret navigation errors
Comment on attachment 247266 [details] [review] Use the error bell to notify about caret navigation errors Pushed to git master, thanks!