Changeset 778c19de2f5c
- Timestamp:
- 11/15/08 17:37:33 (7 weeks ago)
- Branch:
- trunk
- Files:
-
- 2 modified
-
glade/mlibmanager.glade (modified) (1 diff)
-
mpx/mlibmanager.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
glade/mlibmanager.glade
r980 r985 416 416 <widget class="GtkButton" id="b-vacuum"> 417 417 <property name="visible">True</property> 418 <property name="tooltip" translatable="yes"> Rescans everything, finds also changes in existing files</property>418 <property name="tooltip" translatable="yes">Finds stale files, and removes associated tracks and albums from the library</property> 419 419 <property name="can_default">True</property> 420 420 <property name="can_focus">True</property> -
mpx/mlibmanager.cc
r980 r985 545 545 StrV v; 546 546 v.push_back(filename_to_uri(full_path)); 547 m_Library.initScan(v );547 m_Library.initScan(v, true); 548 548 } 549 549 }
