changeset 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 776c30747439
children 9e24c8746d99
files src/audacious/main.c src/audacious/ui_preferences.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
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);
--- 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[] = {