comparison src/audacious/main.c @ 3229:5e12e740c66c trunk

default value for "enabled discovery plugins" was missing.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 03 Aug 2007 22:28:18 +0900
parents e91acf24afbc
children f02623377013
comparison
equal deleted inserted replaced
3228:e90e154a353e 3229:5e12e740c66c
161 FALSE, /* use X font for mainwin */ 161 FALSE, /* use X font for mainwin */
162 TRUE, /* use custom cursors */ 162 TRUE, /* use custom cursors */
163 TRUE, /* close dialog on open */ 163 TRUE, /* close dialog on open */
164 TRUE, /* close dialog on add */ 164 TRUE, /* close dialog on add */
165 0.0, /* equalizer preamp */ 165 0.0, /* equalizer preamp */
166 {0, 0, 0, 0, 0, /* equalizer bands */ 166 {0.0, 0.0, 0.0, 0.0, 0.0, /* equalizer bands */
167 0, 0, 0, 0, 0}, 167 0.0, 0.0, 0.0, 0.0, 0.0},
168 NULL, /* skin */ 168 NULL, /* skin */
169 NULL, /* output plugin */ 169 NULL, /* output plugin */
170 NULL, /* file selector path */ 170 NULL, /* file selector path */
171 NULL, /* playlist path */ 171 NULL, /* playlist path */
172 NULL, /* playlist font */ 172 NULL, /* playlist font */
173 NULL, /* mainwin font */ 173 NULL, /* mainwin font */
174 NULL, /* disabled input plugins */ 174 NULL, /* disabled input plugins */
175 NULL, /* enabled general plugins */ 175 NULL, /* enabled general plugins */
176 NULL, /* enabled visualization plugins */ 176 NULL, /* enabled visualization plugins */
177 NULL, /* enabled effect plugins */ 177 NULL, /* enabled effect plugins */
178 NULL, /* enabled discovery plugins */
178 NULL, /* equalizer preset default file */ 179 NULL, /* equalizer preset default file */
179 NULL, /* equalizer preset extension */ 180 NULL, /* equalizer preset extension */
180 NULL, /* URL history */ 181 NULL, /* URL history */
181 0, /* timer mode */ 182 0, /* timer mode */
182 VIS_ANALYZER, /* visualizer type */ 183 VIS_ANALYZER, /* visualizer type */
201 TRUE, /* extra eq filtering */ 202 TRUE, /* extra eq filtering */
202 3, /* scroll pl by */ 203 3, /* scroll pl by */
203 FALSE, /* resume playback on startup */ 204 FALSE, /* resume playback on startup */
204 -1, /* resume playback on startup time */ 205 -1, /* resume playback on startup time */
205 TRUE, /* show seperators in pl */ 206 TRUE, /* show seperators in pl */
206 NULL, 207 NULL, /* chardet_detector */
207 NULL, 208 NULL, /* chardet_fallback */
208 3000, /* audio buffer size */ 209 3000, /* audio buffer size */
209 FALSE, /* whether or not to postpone format detection on initial add */ 210 FALSE, /* whether or not to postpone format detection on initial add */
210 TRUE, /* show filepopup for tuple */ 211 TRUE, /* show filepopup for tuple */
211 NULL, /* words identifying covers */ 212 NULL, /* words identifying covers */
212 NULL, /* words that might not show up in cover names */ 213 NULL, /* words that might not show up in cover names */