diff options
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 27ab711ef5..284e96d912 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -897,7 +897,7 @@ tooltips_enabled (GdkEvent *event) GDK_BUTTON5_MASK)) != 0) return FALSE; - source_device = gdk_event_get_source_device (event); + source_device = gdk_event_get_device (event); if (!source_device) return FALSE; |