diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-12 13:57:30 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-12 13:57:30 +0000 |
| commit | f56b521545dcf908a25ed5127af468d1cab1a121 (patch) | |
| tree | f60ebf70f580b05482670dd1b17e86808ae242b4 /src | |
| parent | Prevent crash when get_primary_monitor() returns nullptr. (Second place.) (diff) | |
| download | inkscape-f56b521545dcf908a25ed5127af468d1cab1a121.tar.gz inkscape-f56b521545dcf908a25ed5127af468d1cab1a121.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/gimp/gimpcolorwheel.c | 2 |
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); |
