gnome-bluetooth r371 - trunk/common



Author: hadess
Date: Thu Feb 26 17:56:59 2009
New Revision: 371
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=371&view=rev

Log:
Show the device type filter in test app

We want to filter the devices appearing!

Modified:
   trunk/common/test-deviceselection.c

Modified: trunk/common/test-deviceselection.c
==============================================================================
--- trunk/common/test-deviceselection.c	(original)
+++ trunk/common/test-deviceselection.c	Thu Feb 26 17:56:59 2009
@@ -125,6 +125,7 @@
 	gtk_widget_show(selector);
 	g_object_set(selector,
 		     "show-search", TRUE,
+		     "show-device-type", TRUE,
 		     "show-device-category", FALSE,
 		     "device-category-filter", BLUETOOTH_CATEGORY_NOT_PAIRED_OR_TRUSTED,
 		     NULL);



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