GNOME Bugzilla – Bug 702378
Fix the visibility of the back button when exiting selection mode
Last modified: 2013-06-16 09:18:53 UTC
Unconditionally showing the back button on exit is wrong, it needs to take the toolbar state into account. While we're there, let's restructure the code more logically, and implement the selection-mode styling.
Created attachment 246920 [details] [review] Fix the visibility of the back button when exiting selection mode
Works great, thanks The following fix has been pushed: 9a882ef Fix the visibility of the back button when exiting selection mode
Created attachment 246928 [details] [review] Fix the visibility of the back button when exiting selection mode Unconditionally showing the back button on exit is wrong, it needs to take the toolbar state into account. While we're there, let's restructure the code more logically, and implement the selection-mode styling.