qulogic/libgnt

Fix rebinding of GntBindables.

2019-05-11, Elliott Sales de Andrade
b153641cfe45
Fix rebinding of GntBindables.

`gnt_bindable_register_binding` takes a variadic set of arguments, but
when rebinding, we only have the condensed `GList`. Instead, use the
internal `register_binding` function that *does* take a `GList`.

Fortunately, no previous calls to `gnt_bindable_register_binding` were
ever passed parameters, so this would always copy an empty list anyway.
<!ENTITY version @GNT_VERSION@>