Fix issue that was causing old name labels to appear in content history

This commit is contained in:
Brad Parker 2019-01-16 16:48:20 -05:00
parent fd17970f61
commit e2df9b52ce

View File

@ -1421,6 +1421,8 @@ bool task_push_load_content_with_new_core_from_menu(
content_ctx.name_bps = strdup(global->name.bps);
if (!string_is_empty(global->name.ups))
content_ctx.name_ups = strdup(global->name.ups);
global->name.label[0] = '\0';
}
if (!string_is_empty(settings->paths.directory_system))