From 7258f050706e6ab3d828fa0685b46245d8fc93cc Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sat, 7 May 2011 17:45:09 -0400 Subject: [PATCH] show default music location if none is saved yet --- src/settingsdialog.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index fbd9def16..4bed6ae1f 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -102,6 +102,11 @@ SettingsDialog::SettingsDialog( QWidget *parent ) //FIXME: MULTIPLECOLLECTIONDIRS if ( s->scannerPaths().count() ) ui->lineEditMusicPath_2->setText( s->scannerPaths().first() ); + else + { + ui->lineEditMusicPath_2->setText( QDesktopServices::storageLocation( QDesktopServices::MusicLocation ) ); + } + ui->checkBoxWatchForChanges->setChecked( s->watchForChanges() ); // LAST FM