# HG changeset patch # User Matti Hamalainen # Date 1073839685 0 # Node ID cf3bbfdb90ac6c183d3d9ece6fbf4811d44817f5 # Parent 4614f58ab169afe2f3afd8d3158722aeceae47da Disable song-pos patch option when song-pos support is not compiled in. diff -r 4614f58ab169 -r cf3bbfdb90ac src/xs_config.c --- a/src/xs_config.c Sun Jan 11 01:25:01 2004 +0000 +++ b/src/xs_config.c Sun Jan 11 16:48:05 2004 +0000 @@ -620,6 +620,9 @@ gtk_widget_set_sensitive(LUW("cfg_ftitle_override"), FALSE); #endif +#ifndef HAVE_SONG_POSITION + gtk_widget_set_sensitive(LUW("cfg_subsong_patch"), FALSE); +#endif /* Update the widget sensitivities */ xs_cfg_emu_filters_toggled(NULL, NULL);