cleanups in SettingsWindow, and rename to SettingsDialog

This commit is contained in:
Thomas Frauendorfer 2008-01-24 23:10:08 +01:00
parent ad7cf39499
commit 5e65a6d329
6 changed files with 53 additions and 35 deletions

View file

@ -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 ();