GNOME Bugzilla – Bug 747561
Wrong wizard state when restarting it after cancelling
Last modified: 2016-09-20 08:15:55 UTC
Click "New" button in the top left corner Click on "Select a file" Press Esc -> this exits the wizard Click "New" button again -> you get to a file selection dialog Expected result: the wizard state is reset and it starts from the beginning
commit: 66f7881183f14be2cffebb754d494f8d941f8ec8 wizard-window: Escape view on 'Esc' key Instead of always cancelling the wizard, revert to main view if 'Esc' key is hit in any non-main view. This fixes the issue of wizard remaining in seconardary views when cancelled through 'Esc' key.