Code review comment for lp:~michihenning/unity-scopes-api/config-fixes

Revision history for this message
Michi Henning (michihenning) wrote :

> This should read: '"Smartscopes.Registry.Idenity" instead of
> "Smartscopes.Registry.Identity"'
>
> [...]
>
> To fix this, smartscopesproxy.cpp line 143: needs to change
> from: "reg_mw->add_registry_object(reg_rt->registry_identity(), reg);"
> to: "reg_mw->add_registry_object(reg_rt->ss_registry_identity(), reg);"

Thanks heaps for that! I just pushed those changes.

« Back to merge proposal