[gtksourceview] Add proposal info to the test
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Add proposal info to the test
- Date: Sun, 16 Jan 2011 12:56:29 +0000 (UTC)
commit 3726a5a33b19e31bfb85cfd627d322ccc5cfc562
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Jan 15 22:27:57 2011 +0100
Add proposal info to the test
tests/test-completion.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-completion.c b/tests/test-completion.c
index 77f61ec..9106f91 100644
--- a/tests/test-completion.c
+++ b/tests/test-completion.c
@@ -130,10 +130,10 @@ test_provider_init (TestProvider *self)
GdkPixbuf *icon = test_provider_get_icon (GTK_SOURCE_COMPLETION_PROVIDER (self));
proposals = g_list_prepend (proposals,
- gtk_source_completion_item_new ("Proposal 3", "Proposal 3", icon, NULL));
+ gtk_source_completion_item_new ("Proposal 3", "Proposal 3", icon, "This is the third proposal... \nit is so cool it takes two lines to describe"));
proposals = g_list_prepend (proposals,
- gtk_source_completion_item_new ("Proposal 2", "Proposal 2", icon, NULL));
+ gtk_source_completion_item_new ("Proposal 2", "Proposal 2", icon, "This is the second proposal... it is very appealing..."));
proposals = g_list_prepend (proposals,
gtk_source_completion_item_new ("Proposal 1", "Proposal 1", icon, NULL));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]