diff src/shnplug/gtk.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 bd3a24b39058
line wrap: on
line diff
--- a/src/shnplug/gtk.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/shnplug/gtk.c	Wed Apr 09 15:48:36 2008 +0300
@@ -99,7 +99,7 @@
 
 void shn_configurewin_save(void)
 {
-	ConfigDb *cfg;
+	mcs_handle_t *cfg;
 	gchar *filename;
 
 	shn_cfg.error_output_method = ERROR_OUTPUT_DEVNULL;