Mercurial > audlegacy-plugins
diff src/sun/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 | bd3a24b39058 |
line wrap: on
line diff
--- a/src/sun/configure.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/sun/configure.c Wed Apr 09 15:48:36 2008 +0300 @@ -39,7 +39,7 @@ static void configure_win_ok_cb(GtkWidget *w, gpointer data) { - ConfigDb *cfgfile; + mcs_handle_t *cfgfile; strcpy(audio.devaudio, gtk_entry_get_text(GTK_ENTRY(adevice_entry))); strcpy(audio.devmixer, gtk_entry_get_text(GTK_ENTRY(mdevice_entry)));
