Commit 7a141d97 authored by Thibaut Frain's avatar Thibaut Frain Committed by Jérome Perrin

updateConnectionData is not a method attribute of gadget.props anymore

parent 539f7c8f
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
}); });
// call again updateConnectionData to set the connection data that // call again updateConnectionData to set the connection data that
// was not passed to the connection hook // was not passed to the connection hook
gadget.props.updateConnectionData(connection, 0, data); updateConnectionData(gadget, connection, 0, data);
} }
// function setPreferences(gadget, preferences) { // function setPreferences(gadget, preferences) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment