On Sat, 24 Apr 2010, Chris Cannam wrote:
> On Sat, Apr 24, 2010 at 5:51 PM, Thorsten Alteholz > <[email protected]> wrote: >> In case of a missing audio file QFileDialog::getExistingDirectory() will >> be called to get a new path to this audio file. The starting directory of >> this dialog is always /home. Wouldn't it be better to start in the current >> audioPath (if you sort your stuff, you wouldn't move it far away, would you) >> or at least start in $HOME? > > That doesn't seem familiar (or good) to me. Can you point to a > particular line of code? It is in RoseXmlHandler.cpp line 1022. The directory /home is hard coded in the QFileDialog:: call and is used in case of a missing audio file (getAudioFileManager.insertFile()==false). Thorsten ------------------------------------------------------------------------------ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
