GNOME Bugzilla – Bug 701297
Created archives ends up in the home directory
Last modified: 2013-05-30 17:23:08 UTC
When creating a new archive from nautilus (using the "Compress" item from the contextual menu on an item), you can select where the archive is going to be created. Currently file-roller puts the archive into the home directory even when you selected a different places in the GtkFileChooserButton. We're just using the wrong method to get the selected directory.
Created attachment 245662 [details] [review] new dialog: use correct method to get the selected directory
patch pushed to master, thank you.