comparison src/audacious/ui_preferences.c @ 4412:180996fcf12a

bmp_config_* -> aud_config_*
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 06:36:41 +0300
parents ac1f6d211223
children de33c83aa06f
comparison
equal deleted inserted replaced
4411:628926f505f8 4412:180996fcf12a
1317 /* TBD: should every playlist entry have to be reprobed? 1317 /* TBD: should every playlist entry have to be reprobed?
1318 * Pointers could come back stale if new plugins are added or 1318 * Pointers could come back stale if new plugins are added or
1319 * symbol sizes change. - nenolod 1319 * symbol sizes change. - nenolod
1320 */ 1320 */
1321 1321
1322 bmp_config_save(); 1322 aud_config_save();
1323 plugin_system_cleanup(); 1323 plugin_system_cleanup();
1324 bmp_config_free(); 1324 aud_config_free();
1325 bmp_config_load(); 1325 aud_config_load();
1326 plugin_system_init(); 1326 plugin_system_init();
1327 } 1327 }
1328 1328
1329 void 1329 void
1330 create_colorize_settings(void) 1330 create_colorize_settings(void)