comparison src/skins/skins_cfg.c @ 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 3134a0987162
children 1ffcad5f406c
comparison
equal deleted inserted replaced
3038:327225adf175 3039:f856ff6a0055
338 {WIDGET_CHK_BTN, N_("Show window manager decoration"), &config.show_wm_decorations, G_CALLBACK(show_wm_decorations_cb), 338 {WIDGET_CHK_BTN, N_("Show window manager decoration"), &config.show_wm_decorations, G_CALLBACK(show_wm_decorations_cb),
339 N_("This enables the window manager to show decorations for windows."), FALSE}, 339 N_("This enables the window manager to show decorations for windows."), FALSE},
340 {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &config.twoway_scroll, NULL, 340 {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &config.twoway_scroll, NULL,
341 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}, 341 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},
342 {WIDGET_CHK_BTN, N_("Disable inline gtk theme"), &config.disable_inline_gtk, NULL, NULL, FALSE}, 342 {WIDGET_CHK_BTN, N_("Disable inline gtk theme"), &config.disable_inline_gtk, NULL, NULL, FALSE},
343 {WIDGET_CHK_BTN, N_("Random skin on play"), &config.random_skin_on_play, NULL, NULL, FALSE},
343 {WIDGET_CHK_BTN, N_("Allow loading incomplete skins"), &config.allow_broken_skins, NULL, 344 {WIDGET_CHK_BTN, N_("Allow loading incomplete skins"), &config.allow_broken_skins, NULL,
344 N_("If selected, audacious won't refuse loading broken skins. Use only if your favourite skin doesn't work"), FALSE}, 345 N_("If selected, audacious won't refuse loading broken skins. Use only if your favourite skin doesn't work"), FALSE},
345 }; 346 };
346 347
347 static gboolean 348 static gboolean