diff src/audacious/main.c @ 2405:15fc0d852633 trunk

[svn] enhancement to popup information settings - progress bar in filepopup can be toggled - delay for filepopup is now configurable
author yaz
date Thu, 25 Jan 2007 20:50:15 -0800
parents 52bcc18eb8bb
children ffbac11b3a77
line wrap: on
line diff
--- a/src/audacious/main.c	Thu Jan 25 20:23:16 2007 -0800
+++ b/src/audacious/main.c	Thu Jan 25 20:50:15 2007 -0800
@@ -213,6 +213,7 @@
     TRUE,           /* use extension probing */
     255, 255, 255,  /* colorize r, g, b */
     FALSE,          /* internal: whether or not to terminate */
+    TRUE,           /* whether show progress bar in filepopup or not */
 };
 
 typedef struct bmp_cfg_boolent_t {
@@ -314,6 +315,7 @@
     {"use_file_cover", &cfg.use_file_cover, TRUE},
     {"use_xmms_style_fileselector", &cfg.use_xmms_style_fileselector, TRUE},
     {"use_extension_probing", &cfg.use_extension_probing, TRUE},
+    {"filepopup_showprogressbar", &cfg.filepopup_showprogressbar, TRUE},
 };
 
 static gint ncfgbent = G_N_ELEMENTS(bmp_boolents);