Mercurial > audlegacy-plugins
changeset 1743:3572d3444a7c
Use the documented path of Timidity++ config file.
Closes Ubuntu #107310.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 19 Sep 2007 09:06:40 -0500 |
parents | 35f8a5fbd1b6 |
children | 46cda76dcd2a |
files | src/timidity/src/xmms-timidity.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/timidity/src/xmms-timidity.c Tue Sep 18 19:39:41 2007 -0500 +++ b/src/timidity/src/xmms-timidity.c Wed Sep 19 09:06:40 2007 -0500 @@ -97,7 +97,7 @@ if (! bmp_cfg_db_get_string(db, "timidity", "config_file", &xmmstimid_cfg.config_file)) - xmmstimid_cfg.config_file = g_strdup("/etc/timidity.cfg"); + xmmstimid_cfg.config_file = g_strdup("/etc/timidity/timidity.cfg"); bmp_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate); bmp_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);