Comment 16 for bug 1022934

Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

Hello Julián

You are right my initial patch only addressed the immediate problem - not all the issues you pointed out. I have also produced a new patch (sorry - I didn't realise you had restarted work on yours) which seems to address these issues. Rather than use recursion I changed DirectoryNotFound.vala to use the GLib.File.make_directory_with_parents function, which seems simpler.

Other small differences:

1) Option to cancel and return to last existing parent
2) Welcome screen shows full path to be created not just the last folder
3) Browser only records directories that actually exist so you cannot browse back to a non-existing directory.

The fix is at:

lp:~jeremywootten/pantheon-files/fix-1022934

and I have attached a diff.