# HG changeset patch # User Michal Lipski # Date 1241884663 -7200 # Node ID 40e5d243971e42957cad838210a4a47398894990 # Parent 81e1f5769e8599a3bcc5fef27a7b8bfe1cd891aa readd op_config_string diff -r 81e1f5769e85 -r 40e5d243971e src/crossfade/crossfade.c --- 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 */