GNOME Bugzilla – Bug 759366
Bookmarking behaves strangely
Last modified: 2016-06-05 16:16:34 UTC
If you mark a page and then go to the next pages, the bookmark's button is still pressed. The same happens if you go to the previous pages. The button isn't pressed anymore if you go to the marked page for the second time (eg: press next two times then press previous three times).
Created attachment 326647 [details] [review] preview: Fix bookmark action If a handler is connected to GSimpleAction::change-state it must implement the actual action change. Connect to GActionGroup:action-state-changed as done for the others stateful actions. Source: https://developer.gnome.org/gio/stable/GSimpleAction.html#GSimpleAction-change-state
Review of attachment 326647 [details] [review]: Looks correct, should go into gnome-3-20 and master.
Attachment 326647 [details] pushed as d06589b - preview: Fix bookmark action