Mercurial > audlegacy-plugins
diff src/blur_scope/config.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 | 3134a0987162 |
line wrap: on
line diff
--- a/src/blur_scope/config.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/blur_scope/config.c Wed Apr 09 15:48:36 2008 +0300 @@ -16,7 +16,7 @@ static void configure_ok(GtkWidget * w, gpointer data) { - ConfigDb *db; + mcs_handle_t *db; gdouble color[3]; gtk_color_selection_get_color(GTK_COLOR_SELECTION(options_colorpicker),
