diff src/audacious/main.c @ 2805:6295535fbf49 trunk

[svn] - add toggle button to keep jtf dialog opened on jump.
author yaz
date Fri, 25 May 2007 11:18:58 -0700
parents b2b920b165ad
children 0646111a7217
line wrap: on
line diff
--- a/src/audacious/main.c	Fri May 25 01:35:44 2007 -0700
+++ b/src/audacious/main.c	Fri May 25 11:18:58 2007 -0700
@@ -320,6 +320,7 @@
     {"use_xmms_style_fileselector", &cfg.use_xmms_style_fileselector, TRUE},
     {"use_extension_probing", &cfg.use_extension_probing, TRUE},
     {"filepopup_showprogressbar", &cfg.filepopup_showprogressbar, TRUE},
+    {"close_jtf_dialog", &cfg.close_jtf_dialog, TRUE},
 };
 
 static gint ncfgbent = G_N_ELEMENTS(bmp_boolents);