[gtksourceview/wip/chergert/gsv-gtk4: 213/259] tests: set completion info text
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4: 213/259] tests: set completion info text
- Date: Mon, 21 Sep 2020 23:27:48 +0000 (UTC)
commit fd365a4a253ca57ac7ffa166962aa1abc94cf542
Author: Christian Hergert <chergert redhat com>
Date: Sun Aug 30 14:54:44 2020 -0700
tests: set completion info text
tests/test-completion.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/test-completion.c b/tests/test-completion.c
index 3e564717..db67a809 100644
--- a/tests/test-completion.c
+++ b/tests/test-completion.c
@@ -210,7 +210,8 @@ test_provider_display (GtkSourceCompletionProvider *provider,
else
gtk_source_completion_cell_set_text (cell, p->text);
}
- else if (column == GTK_SOURCE_COMPLETION_COLUMN_COMMENT)
+ else if (column == GTK_SOURCE_COMPLETION_COLUMN_COMMENT ||
+ column == GTK_SOURCE_COMPLETION_COLUMN_DETAILS)
{
if (p->info)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]