summaryrefslogtreecommitdiff
path: root/tests/testtooltips.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testtooltips.c')
-rw-r--r--tests/testtooltips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index 358cb90654..22f54da6c9 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -135,6 +135,8 @@ query_tooltip_tree_view_cb (GtkWidget *widget,
g_snprintf (buffer, 511, "<b>Path %s:</b> %s", pathstring, tmp);
gtk_tooltip_set_markup (tooltip, buffer);
+ gtk_tree_view_set_tooltip_row (tree_view, tooltip, path);
+
gtk_tree_path_free (path);
g_free (pathstring);
g_free (tmp);