changeset 3143:40e5d243971e

readd op_config_string
author Michal Lipski <tallica@o2.pl>
date Sat, 09 May 2009 17:57:43 +0200
parents 81e1f5769e85
children de2f796d6f04
files src/crossfade/crossfade.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/crossfade/crossfade.c	Fri May 08 15:04:04 2009 -0500
+++ b/src/crossfade/crossfade.c	Sat May 09 17:57:43 2009 +0200
@@ -418,6 +418,7 @@
 	xfade_load_config();
 
 	/* set default strings if there is no existing config */
+	if (!config->op_config_string)     config->op_config_string     = g_strdup(DEFAULT_OP_CONFIG_STRING); 
 	if (!config->op_name)              config->op_name              = g_strdup(DEFAULT_OP_NAME);
 
 	/* check for realtime priority, it needs some special attention */