Changeset 65da13e1d0fd
- Timestamp:
- 11/08/08 09:44:12 (2 months ago)
- Branch:
- trunk
- Files:
-
- 1 modified
-
mpx/mlibmanager.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpx/mlibmanager.cc
r915 r973 536 536 for(StrSetT::const_iterator i = m_ManagedPaths.begin(); i != m_ManagedPaths.end(); ++i) 537 537 { 538 v.push_back(filename_to_uri(build_filename(m_MountPoint, *i))); 538 //v.push_back(filename_to_uri(build_filename(m_MountPoint, *i))); 539 v.push_back(filename_to_uri(*i)); 539 540 } 540 541 m_Library.initScan(v);
