From f56b521545dcf908a25ed5127af468d1cab1a121 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Wed, 12 Jul 2017 15:57:30 +0200 Subject: Fix typo --- src/widgets/gimp/gimpcolorwheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/widgets/gimp/gimpcolorwheel.c b/src/widgets/gimp/gimpcolorwheel.c index c47c03402..60e2a51c5 100644 --- a/src/widgets/gimp/gimpcolorwheel.c +++ b/src/widgets/gimp/gimpcolorwheel.c @@ -668,7 +668,7 @@ set_cross_grab (GimpColorWheel *wheel, GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_RELEASE_MASK, - cursor, gdk_get_current_event_time()); + cursor, gtk_get_current_event_time()); #endif g_object_unref (cursor); -- cgit v1.2.3