summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/gimp/gimpcolorwheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gimp/gimpcolorwheel.c b/src/widgets/gimp/gimpcolorwheel.c
index 8a1457db5..c47c03402 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, event->time);
+ cursor, gdk_get_current_event_time());
#endif
g_object_unref (cursor);