cleanups in SettingsWindow, and rename to SettingsDialog
This commit is contained in:
parent
ad7cf39499
commit
5e65a6d329
6 changed files with 53 additions and 35 deletions
|
@ -60,7 +60,8 @@ BrowseModel::list_root ()
|
|||
}
|
||||
|
||||
m_list.append (new BrowseModelItem ("file:///", "Files", true));
|
||||
m_list.append (new BrowseModelItem ("daap://", "DAAP", true));
|
||||
// FIXME: removed for now, crashes application
|
||||
// m_list.append (new BrowseModelItem ("daap://", "DAAP", true));
|
||||
emit dirChanged ("");
|
||||
|
||||
reset ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue