Mercurial > audlegacy-plugins
diff src/madplug/configure.c @ 619:ca4cd00ca0c8 trunk
[svn] - now title_override works.
| author | yaz |
|---|---|
| date | Thu, 08 Feb 2007 00:55:06 -0800 |
| parents | a7a28782c1b0 |
| children | b9167008fc3f |
line wrap: on
line diff
--- a/src/madplug/configure.c Wed Feb 07 23:31:26 2007 -0800 +++ b/src/madplug/configure.c Thu Feb 08 00:55:06 2007 -0800 @@ -62,6 +62,12 @@ text = gtk_entry_get_text(GTK_ENTRY(pregain)); audmad_config.pregain_db = g_strdup(text); + audmad_config.title_override = + gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(title_override)); + + text = gtk_entry_get_text(GTK_ENTRY(title_id3_entry)); + audmad_config.id3_format = g_strdup(text); + audmad_config_compute(&audmad_config); db = bmp_cfg_db_open();
