summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2017-07-12 13:57:30 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2017-07-12 13:57:30 +0000
commitf56b521545dcf908a25ed5127af468d1cab1a121 (patch)
treef60ebf70f580b05482670dd1b17e86808ae242b4 /src/widgets
parentPrevent crash when get_primary_monitor() returns nullptr. (Second place.) (diff)
downloadinkscape-f56b521545dcf908a25ed5127af468d1cab1a121.tar.gz
inkscape-f56b521545dcf908a25ed5127af468d1cab1a121.zip
Fix typo
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 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);