Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273925 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/timidity/xmms-timidity.c (-1 / +1 lines)
Lines 94-100 Link Here
94
94
95
	if (! aud_cfg_db_get_string(db, "timidity", "config_file",
95
	if (! aud_cfg_db_get_string(db, "timidity", "config_file",
96
                                &xmmstimid_cfg.config_file))
96
                                &xmmstimid_cfg.config_file))
97
        xmmstimid_cfg.config_file = g_strdup("/etc/timidity/timidity.cfg");
97
        xmmstimid_cfg.config_file = g_strdup("/etc/timidity.cfg");
98
98
99
	aud_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate);
99
	aud_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate);
100
	aud_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);
100
	aud_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);

Return to bug 273925