Mercurial > audlegacy
diff src/audacious/ui_preferences.c @ 2682:c3cd6e47faf6 trunk
[svn] - make the evil 'reload plugins' button behave a bit better
| author | giacomo |
|---|---|
| date | Mon, 16 Apr 2007 04:19:03 -0700 |
| parents | 9b763f1f4e6a |
| children | 6884a2144a01 |
line wrap: on
line diff
--- a/src/audacious/ui_preferences.c Sun Apr 15 20:00:32 2007 -0700 +++ b/src/audacious/ui_preferences.c Mon Apr 16 04:19:03 2007 -0700 @@ -2336,7 +2336,10 @@ * symbol sizes change. - nenolod */ + bmp_config_save(); plugin_system_cleanup(); + bmp_config_free(); + bmp_config_load(); plugin_system_init(); }
