diff src/timidity/xmms-timidity.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 4d6045c20cc5
children bd3a24b39058
line wrap: on
line diff
--- a/src/timidity/xmms-timidity.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/timidity/xmms-timidity.c	Wed Apr 09 15:48:36 2008 +0300
@@ -83,7 +83,7 @@
 	*xmmstimid_conf_channels_2;
 
 void xmmstimid_init(void) {
-	ConfigDb *db;
+	mcs_handle_t *db;
 
 	xmmstimid_cfg.config_file = NULL;
 	xmmstimid_cfg.rate = 44100;
@@ -187,7 +187,7 @@
 }
 
 void xmmstimid_conf_ok(GtkButton *button, gpointer user_data) {
-	ConfigDb *db;
+	mcs_handle_t *db;
 
 	if (gtk_toggle_button_get_active(xmmstimid_conf_rate_11000))
 		xmmstimid_cfg.rate = 11000;