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 97-103 Link Here
97
97
98
	if (! aud_cfg_db_get_string(db, "timidity", "config_file",
98
	if (! aud_cfg_db_get_string(db, "timidity", "config_file",
99
                                &xmmstimid_cfg.config_file))
99
                                &xmmstimid_cfg.config_file))
100
        xmmstimid_cfg.config_file = g_strdup("/etc/timidity/timidity.cfg");
100
        xmmstimid_cfg.config_file = g_strdup("/etc/timidity.cfg");
101
101
102
	aud_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate);
102
	aud_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate);
103
	aud_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);
103
	aud_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);

Return to bug 273925