diff src/audacious/main.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 1e754514065d
children 7b01df6730eb
line wrap: on
line diff
--- a/src/audacious/main.c	Sun Dec 16 20:54:53 2007 +0900
+++ b/src/audacious/main.c	Sun Dec 16 18:54:45 2007 +0100
@@ -336,6 +336,7 @@
     {"twoway_scroll", &cfg.twoway_scroll, TRUE},
     {"software_volume_control", &cfg.software_volume_control, TRUE},
     {"warn_about_broken_gtk_engines", &cfg.warn_about_broken_gtk_engines, TRUE},
+    {"disable_inline_gtk", &cfg.disable_inline_gtk, TRUE},
 };
 
 static gint ncfgbent = G_N_ELEMENTS(bmp_boolents);