diff src/audacious/ui_preferences.c @ 4088:2b1bba93f726

add option to disable inline gtk theme
author Tomasz Mon <desowin@gmail.com>
date Sun, 16 Dec 2007 18:54:45 +0100
parents 9572082a70d2
children f444f000ae00
line wrap: on
line diff
--- a/src/audacious/ui_preferences.c	Sun Dec 16 20:54:53 2007 +0900
+++ b/src/audacious/ui_preferences.c	Sun Dec 16 18:54:45 2007 +0100
@@ -204,6 +204,7 @@
         N_("This enables the XMMS/GTK1-style file selection dialogs. This selector is provided by Audacious itself and is faster than the default GTK2 selector (but sadly not as user-friendly)."), FALSE},
     {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &cfg.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"), &cfg.disable_inline_gtk, NULL, NULL, FALSE},
 };
 
 static PreferencesWidget audio_page_widgets[] = {