Mercurial > audlegacy-plugins
diff src/stereo_plugin/stereo.c @ 2523:769e17da93dd
Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 09 Apr 2008 15:48:36 +0300 |
| parents | 194c2f8c2a92 |
| children | 1e67df1a1edc |
line wrap: on
line diff
--- a/src/stereo_plugin/stereo.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/stereo_plugin/stereo.c Wed Apr 09 15:48:36 2008 +0300 @@ -33,7 +33,7 @@ static void init(void) { - ConfigDb *db; + mcs_handle_t *db; db = aud_cfg_db_open(); if (!aud_cfg_db_get_double(db, "extra_stereo", "intensity", &value)) value = 2.5; @@ -57,7 +57,7 @@ static void conf_ok_cb(GtkButton * button, gpointer data) { - ConfigDb *db; + mcs_handle_t *db; value = *(gdouble *) data;
