Comment 11 for bug 1063724

Revision history for this message
Michael Schwendt (mschwendt) wrote : Re: SoundConverter hangs when selecting files from "Add folder"

So, GtkFileChooser requires the user to select an existing folder. That means highlighting it with a single-click, NOT double-clicking it to open it. The file chooser returns the name of the selected folder, NOT the currently open/viewed folder. That could be a bug in the GtkFileChooser, since it returns the last-used-folder when no folder is highlighted/selected.

Here's patch as a work-around that touches both the target folder in the preferences as well as the "Add Folder" button.