# HG changeset patch # User Tomasz Mon # Date 1239694750 -7200 # Node ID f856ff6a00550cc48a94985968314ae107f6e33b # Parent 327225adf175f179fc525762e1341c7f3541226c Add random skin on play to skins plugin preferences (bug #28) diff -r 327225adf175 -r f856ff6a0055 src/skins/skins_cfg.c --- 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}, };