libgimpwidgets: add GDestroyNotify to gimp_widget_track_monitor()

This commit is contained in:
Michael Natterer 2019-08-07 23:44:18 +02:00
parent b4bccc9808
commit 1afb7a8b32
11 changed files with 21 additions and 14 deletions

View file

@ -202,7 +202,7 @@ colorsel_water_init (ColorselWater *water)
gimp_widget_track_monitor (GTK_WIDGET (water),
G_CALLBACK (colorsel_water_destroy_transform),
NULL);
NULL, NULL);
}
static gdouble

View file

@ -242,7 +242,7 @@ gimp_color_wheel_init (GimpColorWheel *wheel)
gimp_widget_track_monitor (GTK_WIDGET (wheel),
G_CALLBACK (gimp_color_wheel_destroy_transform),
NULL);
NULL, NULL);
}
static void