diff options
Diffstat (limited to 'tests/testtooltips.c')
-rw-r--r-- | tests/testtooltips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtooltips.c b/tests/testtooltips.c index 2cc4bf9c96..80f60b67cc 100644 --- a/tests/testtooltips.c +++ b/tests/testtooltips.c @@ -125,7 +125,7 @@ query_tooltip_tree_view_cb (GtkWidget *widget, char buffer[512]; - if (!gtk_tree_view_get_tooltip_context (tree_view, &x, &y, + if (!gtk_tree_view_get_tooltip_context (tree_view, x, y, keyboard_tip, &model, &path, &iter)) return FALSE; |