Mercurial > audlegacy-plugins
diff src/jack/configure.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 | 41c619e96a17 |
children | 3134a0987162 |
line wrap: on
line diff
--- a/src/jack/configure.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/jack/configure.c Wed Apr 09 15:48:36 2008 +0300 @@ -45,7 +45,7 @@ static void configure_win_ok_cb(GtkWidget * w, gpointer data) { - ConfigDb *cfgfile; + mcs_handle_t *cfgfile; jack_cfg.isTraceEnabled = (gint) GTK_CHECK_BUTTON(GTK_isTraceEnabled)->toggle_button.active; jack_cfg.port_connection_mode = GET_CHARS(GTK_COMBO(port_connection_mode_combo)->entry);