app: fix tooltip of propgui color buttons

Source/target arguments of bind_tooltip() were swapped.
This commit is contained in:
Ell 2018-03-08 15:22:31 -05:00
parent 8d9580fd2b
commit 7e1fd5983c
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ gimp_prop_widget_new_from_pspec (GObject *config,
gtk_box_pack_start (GTK_BOX (widget), button, TRUE, TRUE, 0);
gtk_widget_show (button);
gimp_prop_gui_bind_tooltip (widget, button);
gimp_prop_gui_bind_tooltip (button, widget);
if (create_picker_func)
{