update for new object
This commit is contained in:
@@ -257,7 +257,7 @@ class MainFrameController {
|
|||||||
int row = view.getSelectedTrustTablesRow("trusted-table")
|
int row = view.getSelectedTrustTablesRow("trusted-table")
|
||||||
if (row < 0)
|
if (row < 0)
|
||||||
return
|
return
|
||||||
Persona p = model.trusted[row]
|
Persona p = model.trusted[row].persona
|
||||||
core.muOptions.trustSubscriptions.add(p)
|
core.muOptions.trustSubscriptions.add(p)
|
||||||
saveMuWireSettings()
|
saveMuWireSettings()
|
||||||
core.eventBus.publish(new TrustSubscriptionEvent(persona : p, subscribe : true))
|
core.eventBus.publish(new TrustSubscriptionEvent(persona : p, subscribe : true))
|
||||||
|
Reference in New Issue
Block a user