diff src/audacious/main.c @ 2806:0646111a7217 trunk

[svn] - add default value for close_jtf_dialog.
author yaz
date Fri, 25 May 2007 11:38:54 -0700
parents 6295535fbf49
children a6f541819bbc
line wrap: on
line diff
--- a/src/audacious/main.c	Fri May 25 11:18:58 2007 -0700
+++ b/src/audacious/main.c	Fri May 25 11:38:54 2007 -0700
@@ -219,6 +219,7 @@
     255, 255, 255,  /* colorize r, g, b */
     FALSE,          /* internal: whether or not to terminate */
     TRUE,           /* whether show progress bar in filepopup or not */
+    TRUE,           /* close jtf dialog on jump */
 };
 
 typedef struct bmp_cfg_boolent_t {