Ticket #2578: mythtv.2758.patch
| File mythtv.2758.patch, 565 bytes (added by , 20 years ago) |
|---|
-
mythmusic/databasebox.cpp
diff -ur mythmusic.orig/mythmusic/databasebox.cpp mythmusic/mythmusic/databasebox.cpp
old new 143 143 delete cd_reader_thread; 144 144 } 145 145 146 // Make sure the loading threads are done before trying to clean up 147 while (!all_music->doneLoading() || !the_playlists->doneLoading()) 148 sleep(1); 149 146 150 all_music->resetListings(); 147 151 148 152 the_playlists->getActive()->removeAllWidgets();
