[gnome-bluetooth] Add discoverable column to the test client



commit 7823709f67d0516b5be9a221b46d28a30c0d3119
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 27 21:49:27 2009 +0000

    Add discoverable column to the test client

 lib/test-client.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/lib/test-client.c b/lib/test-client.c
index 23da795..ff759ba 100644
--- a/lib/test-client.c
+++ b/lib/test-client.c
@@ -242,6 +242,10 @@ static void create_window(void)
 					"text", BLUETOOTH_COLUMN_LEGACYPAIRING, NULL);
 
 	gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(tree), -1,
+					"Discoverable", gtk_cell_renderer_text_new(),
+					"text", BLUETOOTH_COLUMN_DISCOVERABLE, NULL);
+
+	gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(tree), -1,
 					"Discovering", gtk_cell_renderer_text_new(),
 					"text", BLUETOOTH_COLUMN_DISCOVERING, NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]