Files
gimp/libgimpwidgets
Jehan e85dd77ad1 libgimpwidgets: fix GimpChainButton init().
So the minor fix on commit 3e35fe4d80 was not so minor after all, and I
should have looked more in details into its contents.

GET_PRIVATE() macro uses the `priv` pointer value hence had to be called
after gimp_chain_button_get_instance_private(). Thus the order was
important; the initialization and assignment values were actually
different. Simply let's get rid of the previous initialization of
`private` (make it declaration-only) to avoid cppcheck to (wrongfully)
complain about double variable assignment to the same value.
2020-11-07 18:14:58 +01:00
..
2020-01-06 21:52:54 +02:00
2020-05-04 21:31:30 +02:00
2020-05-08 17:11:14 +02:00
2020-05-03 17:57:23 +02:00
2019-08-13 11:50:51 -04:00