Mercurial > audlegacy-plugins
diff src/skins/skins_cfg.c @ 2679:fb5375e86a03
make setting random skin on play working
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Sun, 01 Jun 2008 17:12:08 +0200 |
parents | c2603047a1a3 |
children | e540e041b34b |
line wrap: on
line diff
--- a/src/skins/skins_cfg.c Sun Jun 01 17:01:47 2008 +0200 +++ b/src/skins/skins_cfg.c Sun Jun 01 17:12:08 2008 +0200 @@ -90,6 +90,7 @@ .mainwin_font = NULL, .show_filepopup_for_tuple = TRUE, .filepopup_delay = 20, /* delay until the filepopup comes up */ + .random_skin_on_play = FALSE, }; typedef struct skins_cfg_boolent_t { @@ -127,6 +128,7 @@ {"show_numbers_in_pl", &config.show_numbers_in_pl, TRUE}, {"show_separator_in_pl", &config.show_separator_in_pl, TRUE}, {"show_filepopup_for_tuple", &config.show_filepopup_for_tuple, TRUE}, + {"random_skin_on_play", &config.random_skin_on_play, TRUE}, }; static gint ncfgbent = G_N_ELEMENTS(skins_boolents);