Mercurial > audlegacy
comparison src/audacious/playlist.c @ 4412:180996fcf12a
bmp_config_* -> aud_config_*
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 31 Mar 2008 06:36:41 +0300 |
parents | 342a1a1de225 |
children | a47288ced5d5 |
comparison
equal
deleted
inserted
replaced
4411:628926f505f8 | 4412:180996fcf12a |
---|---|
2647 playlist_get_info_scan_active = FALSE; | 2647 playlist_get_info_scan_active = FALSE; |
2648 g_mutex_unlock(mutex_scan); | 2648 g_mutex_unlock(mutex_scan); |
2649 } | 2649 } |
2650 | 2650 |
2651 else /* not on_demand and not on_load... | 2651 else /* not on_demand and not on_load... |
2652 NOTE: this shouldn't happen anymore, sanity check in bmp_config_load now */ | 2652 NOTE: this shouldn't happen anymore, sanity check in aud_config_load now */ |
2653 { | 2653 { |
2654 g_mutex_lock(mutex_scan); | 2654 g_mutex_lock(mutex_scan); |
2655 playlist_get_info_scan_active = FALSE; | 2655 playlist_get_info_scan_active = FALSE; |
2656 g_mutex_unlock(mutex_scan); | 2656 g_mutex_unlock(mutex_scan); |
2657 } | 2657 } |