|
Lines 640-645
Link Here
|
| 640 |
gint i,chn; |
640 |
gint i,chn; |
| 641 |
cfgfile = xmms_cfg_open_default_file(); |
641 |
cfgfile = xmms_cfg_open_default_file(); |
| 642 |
|
642 |
|
|
|
643 |
if (!eqcfg.skin) |
| 644 |
eqcfg.skin = "default"; |
| 645 |
if (!eqcfg.eqpreset_default_file) |
| 646 |
eqcfg.eqpreset_default_file = g_strdup("eq_dir_default.preset"); |
| 647 |
if (!eqcfg.eqpreset_extension) |
| 648 |
eqcfg.eqpreset_extension = g_strdup("eq_preset"); |
| 649 |
|
| 643 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "x", eqcfg.x); |
650 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "x", eqcfg.x); |
| 644 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "y", eqcfg.y); |
651 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "y", eqcfg.y); |
| 645 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "band_num", eqcfg.band_num); |
652 |
xmms_cfg_write_int(cfgfile, "eq_plugin", "band_num", eqcfg.band_num); |