Mercurial > audlegacy-plugins
changeset 3039:f856ff6a0055
Add random skin on play to skins plugin preferences (bug #28)
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 09:39:10 +0200 |
parents | 327225adf175 |
children | f13b61c91ada |
files | src/skins/skins_cfg.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/skins/skins_cfg.c Sun Apr 12 20:00:52 2009 -0400 +++ b/src/skins/skins_cfg.c Tue Apr 14 09:39:10 2009 +0200 @@ -340,6 +340,7 @@ {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &config.twoway_scroll, NULL, N_("If selected, the file information text in the main window will scroll back and forth. If not selected, the text will only scroll in one direction."), FALSE}, {WIDGET_CHK_BTN, N_("Disable inline gtk theme"), &config.disable_inline_gtk, NULL, NULL, FALSE}, + {WIDGET_CHK_BTN, N_("Random skin on play"), &config.random_skin_on_play, NULL, NULL, FALSE}, {WIDGET_CHK_BTN, N_("Allow loading incomplete skins"), &config.allow_broken_skins, NULL, N_("If selected, audacious won't refuse loading broken skins. Use only if your favourite skin doesn't work"), FALSE}, };