GNOME Bugzilla – Bug 781672
Remove gd_entry_focus_hack
Last modified: 2017-04-25 09:17:31 UTC
gd_entry_focus_hack is not needed any more. Since gtk-3.16, one can use gtk_entry_grab_focus_without_selecting: https://developer.gnome.org/gtk3/stable/GtkEntry.html#gtk-entry-grab-focus-without-selecting gnome-documents already does that, and I believe other applications can/should do the same. As a nice side-effect this gets rid of a whole bunch of warnings due to the deprecated GdkDeviceManager API from every application that needs the 'gtk-hacks' subset of libgd.
Created attachment 350326 [details] [review] Remove gd_entry_focus_hack
Review of attachment 350326 [details] [review]: Yes, I'm very happy to see this one go.